forked from glue-viz/glue-astronomy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (40 loc) · 877 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
38
39
40
41
42
43
44
[metadata]
name = glue-astronomy
provides = glue_astronomy
author = Thomas Robitaille
author_email = [email protected]
license = BSD 3-Clause License
license_file = LICENSE
url = https://github.com/glue-viz/glue-astronomy
description = Astronomy-specific plugins for glue
long_description = file: README.rst
[options]
zip_safe = False
packages = find:
python_requires = >=3.6
install_requires =
astropy>=4.0
glue-core>=1.0
regions>=0.4
specutils>=0.7
spectral-cube>=0.5.0
[options.extras_require]
docs =
sphinx
sphinx-automodapi
sphinxcontrib-spelling
numpydoc
sphinx-rtd-theme
test =
pytest
pytest-cov
mock
qt =
PyQt5
[options.entry_points]
glue.plugins =
glue_astronomy = glue_astronomy:setup
spectral_cube = glue_astronomy.io.spectral_cube:setup
[tool:pytest]
addopts=-p no:logging
doctest_plug = enabled