forked from olivertomic/hoggormPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
59 lines (51 loc) · 1.29 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
[metadata]
name = hoggormplot
version = attr: hoggormplot.__version__
description = Plotting functions for visualisation of data analysis results from the hoggorm package
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords =
statistic
education
science
url = https://github.com/olivertomic/hoggormPlot
download_url = https://pypi.python.org/pypi/hoggormplot
author = Oliver Tomic
author_email = [email protected]
# maintainer = Thomas Graff
# maintainer_email = [email protected]
classifiers =
Natural Language :: English
Development Status :: 4 - Beta
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Operating System :: OS Independent
License :: OSI Approved :: BSD License
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Mathematics
license = BSD License
platforms = any
[options]
packages = find:
install_requires =
numpy>=1.9
setup_requires =
Sphinx
python_requires =
> 2.6
tests_require =
pytest
[options.packages.find]
exclude =
tests
docs
[sdist]
# formats=zip
# keep-temp=0
[wheel]
universal=1