blob: c3a31c6548b361895239139ab5d85de932ec2e70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pyproject.toml.orig 2025-09-04 15:40:12 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
# pyproject.toml
[build-system]
-requires = ["setuptools>=77.0.3", "setuptools_scm[toml]>=6.0"]
+requires = ["setuptools>=61", "setuptools_scm[toml]>=6.0"]
build-backend = "setuptools.build_meta"
[project]
@@ -9,8 +9,7 @@ description = "Collection of utilities for publishing
{ name = "Donald Stufft and individual contributors", email = "donald@stufft.io" },
]
description = "Collection of utilities for publishing packages on PyPI"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }
classifiers = [
"Intended Audience :: Developers",
"Natural Language :: English",
|