forked from readthedocs/sphinx-autoapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
57 lines (53 loc) · 1.34 KB
/
setup.cfg
File metadata and controls
57 lines (53 loc) · 1.34 KB
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
56
57
[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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Documentation = https://sphinx-autoapi.readthedocs.io/en/latest/
[options]
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires =
astroid>=2.4
Jinja2
PyYAML
sphinx>=3.0
unidecode
[options.extras_require]
docs =
sphinx
sphinx_rtd_theme
go =
sphinxcontrib-golangdomain
dotnet =
sphinxcontrib-dotnetdomain
[options.packages.find]
include =
autoapi
autoapi.*
[bdist_wheel]
universal = 1