Skip to content

Commit 7caba50

Browse files
authored
Merge pull request #79 from volkamerlab/dev
Minor fixes
2 parents 4b801b2 + 53977b9 commit 7caba50

File tree

4 files changed

+25
-20
lines changed

4 files changed

+25
-20
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- uses: conda-incubator/setup-miniconda@v3
3838
with:
3939
python-version: ${{ matrix.cfg.python-version }}
40-
miniforge-variant: Mambaforge
4140
miniforge-version: latest
4241
environment-file: environment.yml
4342
channels: conda-forge,defaults

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- nbval
2727
- shyaml
2828
- 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
3030
- black-nb
3131
# KinFragLib itself
3232
# - https://github.com/volkamerlab/kinfraglib/archive/master.tar.gz

pyproject.toml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

setup.py

-18
This file was deleted.

0 commit comments

Comments
 (0)