aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-webtest/files/patch-setup.py
blob: 582bfc48b8a7f90a066a9a04b23ac041f39af2fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2021-08-19 12:39:58 UTC
+++ setup.py
@@ -26,7 +26,7 @@ docs_extras = [
     'Sphinx >= 1.8.1',
 ]
 
-setup(name='WebTest',
+setup(name='webtest',
       version=version,
       description="Helper to test WSGI applications",
       long_description=open('README.rst').read(),