summaryrefslogtreecommitdiff
path: root/textproc/py-markupsafe/files/patch-pyproject.toml
blob: a6c10d6edcac84fdb0283c4a145cddae90ce2133 (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
--- pyproject.toml.orig	2025-09-27 18:10:32 UTC
+++ pyproject.toml
@@ -1,10 +1,9 @@
 [project]
-name = "MarkupSafe"
+name = "markupsafe"
 version = "3.0.3"
 description = "Safely add untrusted strings to HTML/XML markup."
 readme = "README.md"
-license = "BSD-3-Clause"
-license-files = ["LICENSE.txt"]
+license = { file = "LICENSE.txt" }
 maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}]
 classifiers = [
     "Development Status :: 5 - Production/Stable",
@@ -57,7 +56,7 @@ typing = [
 ]
 
 [build-system]
-requires = ["setuptools>=77"]
+requires = ["setuptools>=61"]
 build-backend = "setuptools.build_meta"
 
 [tool.uv]