forked from Chaowu88/freeflux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (46 loc) · 1.12 KB
/
setup.cfg
File metadata and controls
48 lines (46 loc) · 1.12 KB
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
[metadata]
name = freeflux
version = 0.3.6
author = Chao Wu
author_email = chaowu09@gmail.com
description = FreeFlux is a package for 13C metabolic flux analysis
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords =
13c
labeling pattern
metabolic flux analysis
metabolism
biology
non-linear programming
optimization
simulation
license = GNU General Public License v3.0
url = https://github.com/Chaowu88/freeflux
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
python_requires = >= 3.7
install_requires =
numpy
pandas
sympy
scipy
pyomo >= 6.2, <= 6.5
matplotlib
pillow
xlrd
openpyxl
package_dir =
=src
packages = find:
[options.packages.find]
where = src