aboutsummaryrefslogtreecommitdiff
path: root/devel/py-path/files/patch-pyproject.toml
blob: df4b36953785749aeeda083ae041e55a2a453c5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- pyproject.toml.orig	2025-07-27 20:40:00 UTC
+++ pyproject.toml
@@ -1,9 +1,7 @@ requires = [
 [build-system]
 requires = [
-	"setuptools>=77",
+	"setuptools>=61",
 	"setuptools_scm[toml]>=3.4.1",
-	# jaraco/skeleton#174
-	"coherent.licensed",
 ]
 build-backend = "setuptools.build_meta"
 
@@ -26,7 +24,7 @@ requires-python = ">=3.9"
 	"Topic :: Software Development :: Libraries :: Python Modules",
 ]
 requires-python = ">=3.9"
-license = "MIT"
+license = {text = "MIT"}
 dependencies = [
 ]
 dynamic = ["version"]