mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
56 lines
1.3 KiB
INI
56 lines
1.3 KiB
INI
[metadata]
|
|
name = sphinx-autoapi
|
|
version = attr: autoapi.__version__
|
|
author = Eric Holscher
|
|
author_email = eric@ericholscher.com
|
|
maintainer = Ashley Whetter
|
|
maintainer_email = ashley@awhetter.co.uk
|
|
description = Sphinx API documentation generator
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst
|
|
url = http://github.com/readthedocs/sphinx-autoapi
|
|
license = MIT
|
|
license_files =
|
|
LICENSE.rst
|
|
classifiers =
|
|
Development Status :: 4 - Beta
|
|
Environment :: Plugins
|
|
Framework :: Sphinx :: Extension
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: MIT License
|
|
Natural Language :: English
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
project_urls =
|
|
Documentation = https://sphinx-autoapi.readthedocs.io/en/latest/
|
|
|
|
[options]
|
|
packages = find:
|
|
include_package_data = True
|
|
python_requires = >=3.8
|
|
install_requires =
|
|
anyascii
|
|
astroid>=2.7;python_version<"3.12"
|
|
astroid>=3.0.0a1;python_version>="3.12"
|
|
Jinja2
|
|
PyYAML
|
|
sphinx>=6.1.0
|
|
|
|
[options.extras_require]
|
|
docs =
|
|
furo
|
|
sphinx
|
|
sphinx_design
|
|
|
|
[options.packages.find]
|
|
include =
|
|
autoapi
|
|
autoapi.*
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|