summaryrefslogtreecommitdiff
path: root/www/py-django-htmx/files/patch-pyproject.toml
blob: aa80972d35fddd58ffffd1e87ec63fbf7800a428 (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 for py-setuptools and enable build for
  older versions of it

--- pyproject.toml.orig	2025-06-22 10:34:17 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 build-backend = "setuptools.build_meta"
 requires = [
-  "setuptools>=77",
+  "setuptools",
 ]
 
 [project]
@@ -12,8 +12,7 @@ keywords = [
 keywords = [
   "Django",
 ]
-license = "MIT"
-license-files = [ "LICENSE" ]
+license = { text="MIT" }
 authors = [
   { name = "Adam Johnson", email = "me@adamj.eu" },
 ]