-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stephen Finucane <[email protected]>
- Loading branch information
1 parent
31d2857
commit c718dce
Showing
2 changed files
with
17 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,46 @@ | ||
[metadata] | ||
name = sphinxcontrib-apidoc | ||
summary = A Sphinx extension for running 'sphinx-apidoc' on each build | ||
description_file = | ||
README.rst | ||
description_file = README.rst | ||
description_content_type = text/x-rst; charset=UTF-8 | ||
author = Stephen Finucane | ||
author_email = [email protected] | ||
url = https://github.com/sphinx-contrib/apidoc | ||
project_urls = | ||
Bug Tracker = https://github.com/sphinx-contrib/apidoc/issues | ||
Source Code = https://github.com/sphinx-contrib/apidoc | ||
license = BSD License | ||
classifiers = | ||
Development Status :: 4 - Beta | ||
Environment :: Console | ||
Environment :: Web Environment | ||
Framework :: Sphinx :: Extension | ||
Intended Audience :: Developers | ||
Intended Audience :: Information Technology | ||
License :: OSI Approved :: BSD License | ||
Operating System :: OS Independent | ||
Programming Language :: Python | ||
Programming Language :: Python :: 2 | ||
Programming Language :: Python :: 2.7 | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3.4 | ||
Programming Language :: Python :: 3.5 | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: Implementation :: CPython | ||
Programming Language :: Python :: Implementation :: PyPy | ||
Programming Language :: Python :: 3 :: Only | ||
Topic :: Documentation | ||
Topic :: Documentation :: Sphinx | ||
Topic :: Utilities | ||
python_requires = >=3.8 | ||
keywords = sphinx | ||
|
||
[files] | ||
packages = | ||
sphinxcontrib | ||
namespace_packages = | ||
sphinxcontrib | ||
|
||
[wheel] | ||
universal = 1 | ||
|
||
[mypy] | ||
python_version = 2.7 | ||
show_column_numbers = True | ||
show_error_context = True | ||
ignore_missing_imports = True | ||
show_column_numbers = true | ||
show_error_context = true | ||
ignore_missing_imports = true | ||
follow_imports = skip | ||
incremental = True | ||
check_untyped_defs = True | ||
warn_unused_ignores = True | ||
incremental = true | ||
check_untyped_defs = true | ||
warn_unused_ignores = true | ||
|
||
[flake8] | ||
show-source = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters