forked from MetaSys-LISBP/PhysioFit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (27 loc) · 896 Bytes
/
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
[metadata]
name = physiofit4galaxy
version = attr: physiofit4galaxy.__version__
author = Loïc Le Grégam
author_email = [email protected]
description = Calculate extracellular fluxes from metabolite concentrations and biomass data
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MetaSys-LISBP/PhysioFit4Galaxy
project_urls =
Bug Tracker = https://github.com/MetaSys-LISBP/PhysioFit4Galaxy/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.7
install_requires =
pandas >= 1.3.5
numpy >= 1.21.6
scipy >= 1.7.3
matplotlib >= 3.5.2
openpyxl >= 3.0.9
[options.entry_points]
console_scripts =
physiofit4galaxy = physiofit4galaxy.__main__:main