aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-cors-headers/files/patch-pyproject.toml
blob: b7e07d6bac3cf4153dbbc51b2fb91e71366c01fc (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
24
* Relax version requirements of py-setuptools and enable build for
  older versions of it

--- pyproject.toml.orig	2025-09-18 12:15:44 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 build-backend = "setuptools.build_meta"
 requires = [
-  "setuptools>=77",
+  "setuptools",
 ]
 
 [project]
@@ -16,8 +16,7 @@ keywords = [
   "middleware",
   "rest",
 ]
-license = "MIT"
-license-files = [ "LICENSE" ]
+license = { text="MIT" }
 maintainers = [
   { name = "Adam Johnson", email = "me@adamj.eu" },
 ]