-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathsetup.cfg
40 lines (37 loc) · 956 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
[metadata]
name = sphinx-astropy
url = https://github.com/astropy/sphinx-astropy
author = The Astropy Developers
author_email = [email protected]
classifiers =
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3
Operating System :: OS Independent
License :: OSI Approved :: BSD License
license = BSD
description = Sphinx extensions and configuration specific to the Astropy project
long_description = file: README.rst
long_description_content_type = text/x-rst
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
install_requires =
packaging
sphinx>=3.0.0
astropy-sphinx-theme
numpydoc
sphinx-automodapi
sphinx-gallery
sphinxcontrib-jquery
pillow
pytest-doctestplus>=0.11
[options.extras_require]
confv2 =
pydata-sphinx-theme
sphinx-copybutton
all = astropy
tests = pytest
[options.package_data]
sphinx_astropy = local/*