-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (36 loc) · 1015 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
33
34
35
36
37
38
39
40
[metadata]
name = multinmrfit
version = attr: multinmrfit.__version__
author = Pierre Millard, Cyril Charlier
author_email = [email protected]
description = Fitting 1D NMR spectra
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/NMRTeamTBI/MultiNMRFit
project_urls =
Bug Tracker = https://github.com/NMRTeamTBI/MultiNMRFit/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.4
numpy >= 1.21.4
scipy >= 1.12.0
nmrglue >= 0.6
plotly >= 5.18.0
streamlit >= 1.3.1
sess-i >= 0.0.2
streamlit-multipage >= 0.0.18
[options.entry_points]
console_scripts =
nmrfit = multinmrfit.__main__:main
[flake8]
max-line-length = 160
[options.package_data]
multinmrfit.ui = */*.py
multinmrfit.models = *.py
multinmrfit.base = *.py