-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
74 lines (67 loc) · 1.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[metadata]
name = metanetx-assets
url = https://github.com/Midnighter/metanetx-assets
download_url = https://pypi.org/project/metanetx-assets/
project_urls =
Source Code = https://github.com/Midnighter/metanetx-assets
Bug Tracker = https://github.com/Midnighter/metanetx-assets/issues
author = Moritz E. Beber
author_email = [email protected]
# Please consult https://pypi.org/classifiers/ for a full list.
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Bio-Informatics
license = Apache-2.0
description = Transform MetaNetX components information and load them into SQL storage.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords =
MetaNetX
SQL
COBRA
[options]
zip_safe = True
install_requires =
click~=7.0
click-log~=0.3
cobra-component-models
depinfo~=1.5
httpx~=0.16
pandas~=1.0
pydantic~=1.6
pyparsing~=2.4
SQLAlchemy~=1.3
tqdm~=4.0
python_requires = >=3.7
tests_require =
tox
packages = find:
package_dir =
= src
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
mnx-assets = metanetx_assets.cli.cli:cli
[options.extras_require]
development =
black
isort
pep517
tox
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = src/metanetx_assets/_version.py
versionfile_build = metanetx_assets/_version.py
tag_prefix =