-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
78 lines (69 loc) · 1.66 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
74
75
76
77
78
##########################
# Setup.py Configuration #
##########################
[metadata]
name = compath_resources
version = 0.1.2-dev
description = ComPath Resource Utilities
long_description = file: README.rst
license = MIT
license_file = LICENSE
url = https://github.com/compath/compath-resources
download_url = https://github.com/compath/compath-resources/releases
project_urls =
Bug Tracker = https://github.com/compath/compath-resources/issues
author = Daniel Domingo-Fernández
author_email = [email protected]
maintainer = Daniel Domingo-Fernández
maintainer_email = [email protected]
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: MIT License
keywords =
KEGG
Reactome
WikiPathways
PathBank
Biological Networks
Pathway Analysis
Networks Biology
[options]
python_requires = >=3.7
include_package_data = True
zip-safe = false
install_requires =
pybel
bio2bel
click
pandas
pystow
xlrd
seaborn
matplotlib
more_click
bioregistry
openpyxl
packages = find:
package_dir =
= src
[options.extras_require]
docs =
sphinx
sphinx-rtd-theme
sphinx-click
sphinx-autodoc-typehints
rdf =
rdflib
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
compath-resources = compath_resources.cli:main
bio2bel =
compath = compath_resources