summaryrefslogtreecommitdiff
path: root/www/py-mechanicalsoup/files/patch-setup.py
blob: e21c791797e401c7fa46519f7abc94b0dbff4e82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2023-07-04 19:21:51 UTC
+++ setup.py
@@ -42,7 +42,7 @@ setup(
 pytest_runner = ['pytest-runner'] if needs_pytest else []
 
 setup(
-    name=about['__title__'],
+    name='mechanicalsoup',
 
     # useful: python setup.py sdist bdist_wheel upload
     version=about['__version__'],