-
Notifications
You must be signed in to change notification settings - Fork 18
/
setup.cfg
44 lines (41 loc) · 1.04 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
[metadata]
name = contact_map
version = 0.7.1.dev0
description = Contact maps based on MDTraj
long_description = file: README.md
long_description_content_type = text/markdown
author = David W.H. Swenson and Sander Roet
author_email = dwhs@hyperblazer.net, sanderroet@hotmail.com
license = LGPL 2.1+
url = https://github.com/dwhswenson/contact_map
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
[options]
include_package_data = True
install_requires =
future
numpy
mdtraj
scipy
pandas
packages = find:
[options.extras_require]
test =
pytest
pytest-cov
autorelease
all =
dask
distributed
matplotlib
networkx
[bdist_wheel]
universal=1