diff options
Diffstat (limited to 'www/py-dj51-django-htmx/files/patch-pyproject.toml')
-rw-r--r-- | www/py-dj51-django-htmx/files/patch-pyproject.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/py-dj51-django-htmx/files/patch-pyproject.toml b/www/py-dj51-django-htmx/files/patch-pyproject.toml new file mode 100644 index 000000000000..aa80972d35fd --- /dev/null +++ b/www/py-dj51-django-htmx/files/patch-pyproject.toml @@ -0,0 +1,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" }, + ] |