Skip to content

Commit d0b0a15

Browse files
authored
Replace deprecated classifier with licence expression (PEP 639) (#237)
1 parent 5b79510 commit d0b0a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ requires = [
88
name = "python-docs-theme"
99
description = "The Sphinx theme for the CPython docs and related projects"
1010
readme = "README.md"
11-
license.file = "LICENSE"
11+
license = "PSF-2.0"
12+
license-files = [ "LICENSE" ]
1213
authors = [ { name = "PyPA", email = "[email protected]" } ]
1314
requires-python = ">=3.12"
1415
classifiers = [
1516
"Development Status :: 5 - Production/Stable",
1617
"Framework :: Sphinx :: Theme",
1718
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: Python Software Foundation License",
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python",
2121
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)