Skip to content

Commit

Permalink
main configuration in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Aug 19, 2024
1 parent 9e5790d commit 34978bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dynamic = ["license", "dependencies"]
dependencies = ["numpy==1.23", "scipy", "cobra>=0.26.3", "optlang", "efmtool_link>=0.0.6", "sympy>=1.12", "swiglpk"]

[project.urls]
Homepage = "https://github.com/cnapy-org/optlang_enumerator"
Expand Down
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
from setuptools import setup

setup(name='optlang_enumerator',
version='0.0.12',
description='Module for enumerating minimal cut sets',
url='https://github.com/cnapy-org/optlang_enumerator',
author='Axel von Kamp',
author_email='vonkamp@mpi-magdeburg.mpg.de',
license='Apache License 2.0',
packages=['optlang_enumerator'],
package_dir={'optlang_enumerator': 'optlang_enumerator'},
install_requires=['numpy==1.23', 'scipy', 'cobra>=0.26.3', 'optlang', 'efmtool_link>=0.0.6', 'sympy>=1.12', 'swiglpk'],
zip_safe=False)

0 comments on commit 34978bd

Please sign in to comment.