-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
30 lines (29 loc) · 881 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
[metadata]
name = pyemap
version = 2.0.2
author = James Gayvert
author_email = jrg444@gmail.com
description = PyeMap: A python package for automatic identification of electron and hole transfer pathways in proteins.
long_description = file: pypi.md
long_description_content_type = text/markdown
license = BSD 3-Clause
url = https://github.com/gayverjr/pyemap/
project_urls =
Bug Tracker = https://github.com/gayverjr/pyemap/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.6
install_requires= numpy
networkx
biopython
scipy
pillow
matplotlib
gspan_mining
requests
pysmiles
pandas
include_package_data = True