Skip to content

Commit 6a696ed

Browse files
DimitriPapadopoulossigmavirus24
authored andcommitted
PEP 639 compliance
1 parent 9175334 commit 6a696ed

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
@@ -1,6 +1,6 @@
11
# pyproject.toml
22
[build-system]
3-
requires = ["setuptools>=61.2", "setuptools_scm[toml]>=6.0"]
3+
requires = ["setuptools>=77.0.3", "setuptools_scm[toml]>=6.0"]
44
build-backend = "setuptools.build_meta"
55

66
[project]
@@ -9,9 +9,10 @@ authors = [
99
{ name = "Donald Stufft and individual contributors", email = "[email protected]" },
1010
]
1111
description = "Collection of utilities for publishing packages on PyPI"
12+
license = "Apache-2.0"
13+
license-files = ["LICENSE"]
1214
classifiers = [
1315
"Intended Audience :: Developers",
14-
"License :: OSI Approved :: Apache Software License",
1516
"Natural Language :: English",
1617
"Operating System :: MacOS :: MacOS X",
1718
"Operating System :: POSIX",
@@ -68,7 +69,6 @@ twine = "twine.__main__:main"
6869
[tool.setuptools]
6970
packages = ["twine", "twine.commands"]
7071
include-package-data = true
71-
license-files = ["LICENSE"]
7272

7373
[tool.setuptools_scm]
7474

0 commit comments

Comments
 (0)