-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
32 lines (31 loc) · 875 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
30
31
32
[metadata]
name = nmrquant
version = attr: nmrquant.__version__
author = Loïc Le Grégam
author_email = [email protected]
description = Quantify metabolites from 1D Proton NMR experiments
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/llegregam/NmrQuant
project_urls =
Bug Tracker = https://github.com/llegregam/NmrQuant/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.8
install_requires =
pandas>=1.3.5
numpy>=1.21.6
matplotlib>=3.5.2
colorcet>=2.0.6
ipyfilechooser>=0.4.4
ipywidgets>=7.6.3
openpyxl>=3.0.7
natsort>=7.1.1
xlrd>=2.0.1
openpyxl >= 3.0.9
ordered_set>=4.0.2
requests >= 2.27.1