summaryrefslogtreecommitdiff
path: root/textproc/py-markupsafe/files/patch-pyproject.toml
blob: 2fb0a6ed16244a4690c5aa787187864e1b1cd083 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- pyproject.toml.orig	2024-10-18 15:03:06 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [project]
-name = "MarkupSafe"
+name = "markupsafe"
 version = "3.0.2"
 description = "Safely add untrusted strings to HTML/XML markup."
 readme = "README.md"
@@ -26,7 +26,7 @@ Chat = "https://discord.gg/pallets"
 Chat = "https://discord.gg/pallets"
 
 [build-system]
-requires = ["setuptools>=70.1"]
+requires = ["setuptools>=61"]
 build-backend = "setuptools.build_meta"
 
 [tool.pytest.ini_options]