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
|
[metadata]
name = sphinx-astropy
url = https://github.com/astropy/sphinx-astropy
author = The Astropy Developers
author_email = astropy.team@gmail.com
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.9
install_requires =
packaging
sphinx>=4.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/*
[egg_info]
tag_build =
tag_date = 0
|