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
|
[metadata]
name = astropy-sphinx-theme
url = https://github.com/astropy/astropy-sphinx-theme
author = The Astropy Developers
author_email = astropy.team@gmail.com
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
license = BSD
description = The sphinx theme for Astropy and affiliated packages.
long_description = file: README.rst
long_description_content_type = text/x-rst
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
setup_requires =
setuptools_scm
[options.extras_require]
test =
packaging
pytest
sphinx
[options.packages.find]
exclude =
tests
[options.package_data]
* = bootstrap-astropy/*, bootstrap-astropy/static/*
[options.entry_points]
sphinx.html_themes =
bootstrap-astropy = astropy_sphinx_theme
[tool:pytest]
minversion = 4.6
testpaths = astropy_sphinx_theme
xfail_strict = true
filterwarnings =
error
[flake8]
max-line-length = 100
[egg_info]
tag_build =
tag_date = 0
|