-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (43 loc) · 1.19 KB
/
setup.cfg
File metadata and controls
45 lines (43 loc) · 1.19 KB
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
[metadata]
name = wikinetworks
version = 1.1.2
author = Mukta G. Palshikar
author_email = muktapalshikar@gmail.com
description = A user-friendly Python package to process pathways from the WikiPathways database into machine-readable network representations.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Thakar-Lab/WikiNetworks
project_urls =
Bug Tracker = https://github.com/Thakar-Lab/WikiNetworks/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Science/Research
Natural Language :: English
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
package_dir =
= src
python_requires = >=3.6
packages = find:
install_requires =
setuptools>=57.4.0
wheel>=0.37.0
pandas >= 1.1
beautifulsoup4 >= 4
requests >= 2
bioservices >= 1.7
numpy >= 1.19
shapely >= 1.7
scipy >= 1.5
pandas >= 1.1
fiona >= 1.8
pyproj >= 3
rtree >= 0.9
geopandas >= 0.9
matplotlib >= 3
seaborn >= 0.11.1
networkx == 2.4
[options.packages.find]
where = src