Skip to content

Commit ebdb68e

Browse files
SpecLadfrostming
authored andcommitted
Convert license metadata to the PEP 639 format
The table form of `license` and license classifiers are now deprecated.
1 parent ae12cc9 commit ebdb68e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ authors = [
88
dependencies = []
99
requires-python = ">=3.9"
1010
readme = "README.rst"
11-
license = {text = "ISC License"}
11+
license = "ISC"
12+
license-files = ["LICENSE"]
1213
keywords = ["dependency", "resolution"]
1314
classifiers = [
1415
"Development Status :: 3 - Alpha",
1516
"Intended Audience :: Developers",
16-
"License :: OSI Approved :: ISC License (ISCL)",
1717
"Operating System :: OS Independent",
1818
"Programming Language :: Python :: 3",
1919
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -40,7 +40,7 @@ release = [
4040
]
4141

4242
[build-system]
43-
requires = ["setuptools >= 62"]
43+
requires = ["setuptools >= 77"]
4444
build-backend = "setuptools.build_meta"
4545

4646
[tool.setuptools]

0 commit comments

Comments
 (0)