aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-wagtail/files/patch-pyproject.toml
blob: 6d90f0d9032595a837f13b4c6108b43450006388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- pyproject.toml.orig	2025-11-05 12:10:03 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" },
 ]