Skip to content

Commit c0135bd

Browse files
PEP 639 compliance
1 parent 664a55a commit c0135bd

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
@@ -3,7 +3,7 @@
33
[build-system]
44
build-backend = "_own_version_helper:build_meta"
55
requires = [
6-
"setuptools>=61",
6+
"setuptools>=77.0.3",
77
'tomli<=2.0.2; python_version < "3.11"',
88
]
99
backend-path = [
@@ -15,15 +15,15 @@ backend-path = [
1515
name = "setuptools-scm"
1616
description = "the blessed package to manage your versions by scm tags"
1717
readme = "README.md"
18-
license.file = "LICENSE"
18+
license = "MIT"
19+
license-files = ["LICENSE"]
1920
authors = [
2021
{name="Ronny Pfannschmidt", email="[email protected]"}
2122
]
2223
requires-python = ">=3.8"
2324
classifiers = [
2425
"Development Status :: 5 - Production/Stable",
2526
"Intended Audience :: Developers",
26-
"License :: OSI Approved :: MIT License",
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3 :: Only",
2929
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)