8000 Replace deprecated classifier with licence expression (PEP 639) · python/python-docs-theme@c4772da · GitHub
[go: up one dir, main page]

Skip to content

Commit c4772da

Browse files
committed
Replace deprecated classifier with licence expression (PEP 639)
1 parent 5b79510 commit c4772da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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 = "distutils-sig@python.org" } ]
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)
0