|
1 | 1 | [build-system]
|
2 |
| -requires = ["flit_core>=3.7"] |
3 | 2 | build-backend = "flit_core.buildapi"
|
| 3 | +requires = [ |
| 4 | + "flit_core>=3.7", |
| 5 | +] |
4 | 6 |
|
5 |
| -# project metadata |
6 | 7 | [project]
|
7 | 8 | name = "python-docs-theme"
|
8 | 9 | version = "2023.9"
|
9 | 10 | description = "The Sphinx theme for the CPython docs and related projects"
|
10 | 11 | readme = "README.rst"
|
11 |
| -urls.Code = "https://github.com/python/python-docs-theme" |
12 |
| -urls.Download = "https://pypi.org/project/python-docs-theme/" |
13 |
| -urls.Homepage = "https://github.com/python/python-docs-theme/" |
14 |
| -urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues" |
15 | 12 | license.file = "LICENSE"
|
| 13 | +authors = [{ name = "PyPA", email = "[email protected]"}] |
16 | 14 | requires-python = ">=3.8"
|
17 |
| - |
18 |
| -# Classifiers list: https://pypi.org/classifiers/ |
19 | 15 | classifiers = [
|
20 |
| - "Development Status :: 5 - Production/Stable", |
21 |
| - "Framework :: Sphinx :: Theme", |
22 |
| - "Intended Audience :: Developers", |
23 |
| - "License :: OSI Approved :: Python Software Foundation License", |
24 |
| - "Operating System :: OS Independent", |
25 |
| - "Topic :: Documentation", |
26 |
| - "Topic :: Software Development :: Documentation", |
27 |
| - "Programming Language :: Python", |
28 |
| - "Programming Language :: Python :: 3", |
29 |
| - "Programming Language :: Python :: 3.8", |
30 |
| - "Programming Language :: Python :: 3.9", |
31 |
| - "Programming Language :: Python :: 3.10", |
32 |
| - "Programming Language :: Python :: 3.11", |
33 |
| - "Programming Language :: Python :: 3.12", |
34 |
| - "Programming Language :: Python :: 3.13", |
| 16 | + "Development Status :: 5 - Production/Stable", |
| 17 | + "Framework :: Sphinx :: Theme", |
| 18 | + "Intended Audience :: Developers", |
| 19 | + "License :: OSI Approved :: Python Software Foundation License", |
| 20 | + "Operating System :: OS Independent", |
| 21 | + "Programming Language :: Python", |
| 22 | + "Programming Language :: Python :: 3 :: Only", |
| 23 | + "Programming Language :: Python :: 3.8", |
| 24 | + "Programming Language :: Python :: 3.9", |
| 25 | + "Programming Language :: Python :: 3.10", |
| 26 | + "Programming Language :: Python :: 3.11", |
| 27 | + "Programming Language :: Python :: 3.12", |
| 28 | + "Programming Language :: Python :: 3.13", |
| 29 | + "Topic :: Documentation", |
| 30 | + "Topic :: Software Development :: Documentation", |
35 | 31 | ]
|
36 |
| - |
37 |
| -[[project.authors]] |
38 |
| -name = "PyPA" |
39 |
| - |
40 |
| - |
| 32 | +urls.Code = "https://github.com/python/python-docs-theme" |
| 33 | +urls.Download = "https://pypi.org/project/python-docs-theme/" |
| 34 | +urls.Homepage = "https://github.com/python/python-docs-theme/" |
| 35 | +urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues" |
41 | 36 | [project.entry-points."sphinx.html_themes"]
|
42 | 37 | python_docs_theme = 'python_docs_theme'
|
43 | 38 |
|
|
0 commit comments