aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-typeguard/files/patch-pyproject.toml
blob: 0ade79cb303d9b35638638942a1ab5c52791f6a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- pyproject.toml.orig	2025-06-18 09:55:35 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
 [build-system]
 requires = [
-    "setuptools >= 77",
+    "setuptools >= 61",
     "setuptools_scm[toml] >= 6.4"
 ]
 build-backend = "setuptools.build_meta"
@@ -10,7 +10,7 @@ authors = [{name = "Alex Grönholm", email = "alex.gro
 description = "Run-time type checker for Python"
 readme = "README.rst"
 authors = [{name = "Alex Grönholm", email = "alex.gronholm@nextday.fi"}]
-license = "MIT"
+license = {text = "MIT"}
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Intended Audience :: Developers",