summaryrefslogtreecommitdiff
path: root/textproc/py-markupsafe/files/patch-setup.py
blob: 7f80db046e9cbb697fa27f4f3f9a3131d8e8c163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2024-02-02 16:03:42 UTC
+++ setup.py
@@ -39,7 +39,7 @@ def run_setup(with_binary):
 
 def run_setup(with_binary):
     setup(
-        name="MarkupSafe",
+        name="markupsafe",
         cmdclass={"build_ext": ve_build_ext},
         ext_modules=ext_modules if with_binary else [],
     )