-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
58 lines (54 loc) · 1.23 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[metadata]
name = contrabass
url = https://github.com/openCONTRABASS/CONTRABASS
version = 0.2.1a
author = Alex Oarga
author_email = [email protected]
description = Constraint-based model vulnerabilities analysis
long_description = file: README.md, CHANGELOG.rst, LICENSE
long_description_content_type = text/markdown
;keywords = one, two
license = GNU General Public License v3 or later (GPLv3+)
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
python_requires = >=3.5
[options]
zip_safe = False
include_package_data = True
packages = find:
package_dir =
= src
install_requires =
cobra==0.16.0
click
depinfo
python-dotenv
future
Jinja2
mpmath
numpy>=1.16.5
optlang>=1.4.2
pandas>=0.17.0
python-dateutil
python-libsbml
python-libsbml-experimental==5.18.0
pytz
ruamel.yaml>=0.15
setuptools
six
swiglpk
sympy
tabulate
xlwt==1.3.0
six
[options.package_data]
* = *.txt, *.rst, *.md
contrabass.core.templates.html =
*.html
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
contrabass = contrabass.cli.main:contrabass