forked from aplpy/aplpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (31 loc) · 945 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
31
32
33
34
35
36
37
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[build_docs]
source-dir = docs
build-dir = docs/_build
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[tool:pytest]
minversion = 3.0
norecursedirs = build docs/_build
[ah_bootstrap]
auto_use = True
[metadata]
package_name = aplpy
description = The Astronomical Plotting Library in Python
author = Thomas Robitaille and Eli Bressert
author_email = [email protected], [email protected]
license = MIT
url = http://aplpy.github.io
edit_on_github = False
github_project = aplpy/aplpy
install_requires = numpy, astropy>=3.1, matplotlib>=2.0, reproject>=0.4, pyregion>=2.0, pillow>=4.0, pyavm>=0.9.4, scikit-image>=0.14, shapely>=1.6
# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/)
version = 2.1.dev0
[options.extras_require]
docs = sphinx-astropy
test = pytest-astropy; codecov; pytest-mpl