We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b79510 commit d0b0a15Copy full SHA for d0b0a15
pyproject.toml
@@ -8,14 +8,14 @@ requires = [
8
name = "python-docs-theme"
9
description = "The Sphinx theme for the CPython docs and related projects"
10
readme = "README.md"
11
-license.file = "LICENSE"
+license = "PSF-2.0"
12
+license-files = [ "LICENSE" ]
13
authors = [ { name = "PyPA", email = "[email protected]" } ]
14
requires-python = ">=3.12"
15
classifiers = [
16
"Development Status :: 5 - Production/Stable",
17
"Framework :: Sphinx :: Theme",
18
"Intended Audience :: Developers",
- "License :: OSI Approved :: Python Software Foundation License",
19
"Operating System :: OS Independent",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3 :: Only",
0 commit comments