summaryrefslogtreecommitdiff
path: root/www/py-wagtail/files/patch-pyproject.toml
blob: 5214779d6bb6759de3e2c66314478ffdf42584e9 (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
25
26
27
28
--- pyproject.toml.orig	2025-06-12 15:29:53 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=78.0"]
+requires = ["setuptools>=61.0"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -7,8 +7,7 @@ readme = "README.md"
 dynamic = ["version"]
 description = "A Django content management system."
 readme = "README.md"
-license = "BSD-3-Clause"
-license-files = ["LICENSE"]
+license = {text = "BSD-3-Clause"}
 authors = [
   { name = "Wagtail core team + contributors", email = "hello@wagtail.org" },
 ]
@@ -50,7 +49,7 @@ dependencies = [
   "anyascii>=0.1.5",
   "telepath>=0.3.1,<1",
   "laces>=0.1,<0.2",
-  "django-tasks>=0.7,<0.8",
+  "django-tasks>=0.7",
 ]
 
 [project.urls]