File tree 4 files changed +25
-20
lines changed
4 files changed +25
-20
lines changed Original file line number Diff line number Diff line change 37
37
- uses : conda-incubator/setup-miniconda@v3
38
38
with :
39
39
python-version : ${{ matrix.cfg.python-version }}
40
- miniforge-variant : Mambaforge
41
40
miniforge-version : latest
42
41
environment-file : environment.yml
43
42
channels : conda-forge,defaults
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
- nbval
27
27
- shyaml
28
28
- pip :
29
- - swagger_spec_validator==3.0.3 # CI fails with version 3.0.4
29
+ - swagger_spec_validator==3.0.3 # CI fails with version 3.0.4
30
30
- black-nb
31
31
# KinFragLib itself
32
32
# - https://github.com/volkamerlab/kinfraglib/archive/master.tar.gz
Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=64" ]
3
+ build-backend = " setuptools.build_meta"
4
+
5
+ [project ]
6
+ name = " kinfraglib"
7
+ version = " 2.0.0"
8
+ description = " KinFragLib"
9
+ license = { text = " MIT" }
10
+ authors = [
11
+ {
name =
" Volkamer Lab" ,
email =
" [email protected] " }
12
+ ]
13
+ urls = { "Homepage" = " https://github.com/volkamerlab/KinFragLib" }
14
+
15
+ classifiers = [
16
+ " Programming Language :: Python :: 3.8" ,
17
+ " Programming Language :: Python :: 3.9" ,
18
+ " License :: OSI Approved :: MIT License" ,
19
+ " Operating System :: Unix"
20
+ ]
21
+
22
+ [tool .setuptools .packages ]
23
+ find = {}
24
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments