-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
39 lines (36 loc) · 1.07 KB
/
setup.cfg
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
[metadata]
name = sphinxcontrib-redirects
summary = Sphinx extension to generate JavaScript-driven redirects for moved pages
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/sphinxcontrib-redirects
project_urls =
Bug Tracker = https://github.com/sphinx-contrib/redirects/issues
Source Code = https://github.com/sphinx-contrib/redirects
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Documentation
Topic :: Utilities
python_requires = >=3.9
keywords = sphinx
[files]
packages =
sphinxcontrib
namespace_packages =
sphinxcontrib
[extras]
sphinx =
sphinx # BSD
[flake8]
max-line-length = 88
ignore = E128, W503