summaryrefslogtreecommitdiff
path: root/devel/py-anyio/files/patch-pyproject.toml
blob: 6a7406872b3440b4ca1a5ef307e7eccc449035be (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-08-04 08:53:59 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
 [build-system]
 requires = [
-    "setuptools >= 77",
+    "setuptools >= 61",
     "setuptools_scm >= 6.4"
 ]
 build-backend = "setuptools.build_meta"
@@ -10,7 +10,7 @@ authors = [{name = "Alex Grönholm", email = "alex.gro
 description = "High-level concurrency and networking framework on top of asyncio or Trio"
 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",