summaryrefslogtreecommitdiff
path: root/devel/py-flake8-comprehensions/files/patch-pyproject.toml
blob: 8ae7b6ca4beb125cd5974c31155cc4c9b6d59189 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- pyproject.toml.orig	2025-09-09 22:37:03 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 build-backend = "setuptools.build_meta"
 requires = [
-  "setuptools>=77",
+  "setuptools>=61",
 ]
 
 [project]
@@ -16,8 +16,7 @@ keywords = [
   "list comprehension",
   "set comprehension",
 ]
-license = "MIT"
-license-files = [ "LICENSE" ]
+license = { text = "MIT" }
 authors = [
   { name = "Adam Johnson", email = "me@adamj.eu" },
 ]