summaryrefslogtreecommitdiff
path: root/devel/py-pytest-asyncio/files/patch-pyproject.toml
blob: ccbb5415d6e4e166472fad4003ab7136aaf5ac3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- pyproject.toml.orig	2025-07-16 04:22:08 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 build-backend = "setuptools.build_meta"
 requires = [
-  "setuptools>=77",
+  "setuptools>=61",
   "setuptools-scm[toml]>=6.2",
 ]
 
@@ -10,10 +10,7 @@ readme.file = "README.rst"
 description = "Pytest support for asyncio"
 readme.content-type = "text/x-rst"
 readme.file = "README.rst"
-license = "Apache-2.0"
-license-files = [
-  "LICENSE",
-]
+license = { text = "Apache-2.0" }
 maintainers = [
   { name = "Michael Seifert", email = "m.seifert@digitalernachschub.de" },
 ]