Skip to content

Commit

Permalink
Merge pull request #79 from volkamerlab/dev
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
PaulaKramer authored Oct 11, 2024
2 parents 4b801b2 + 53977b9 commit 7caba50
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.cfg.python-version }}
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: environment.yml
channels: conda-forge,defaults
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- nbval
- shyaml
- pip:
- swagger_spec_validator==3.0.3 # CI fails with version 3.0.4
- swagger_spec_validator==3.0.3 # CI fails with version 3.0.4
- black-nb
# KinFragLib itself
# - https://github.com/volkamerlab/kinfraglib/archive/master.tar.gz
Expand Down
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[build-system]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"

[project]
name = "kinfraglib"
version = "2.0.0"
description = "KinFragLib"
license = { text = "MIT" }
authors = [
{ name = "Volkamer Lab", email = "volkamer@cs.uni-saarland.de" }
]
urls = { "Homepage" = "https://github.com/volkamerlab/KinFragLib" }

classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Operating System :: Unix"
]

[tool.setuptools.packages]
find = {}

18 changes: 0 additions & 18 deletions setup.py

This file was deleted.

0 comments on commit 7caba50

Please sign in to comment.