diff options
Diffstat (limited to 'www/py-webtest/files/patch-setup.py')
-rw-r--r-- | www/py-webtest/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-webtest/files/patch-setup.py b/www/py-webtest/files/patch-setup.py new file mode 100644 index 000000000000..582bfc48b8a7 --- /dev/null +++ b/www/py-webtest/files/patch-setup.py @@ -0,0 +1,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(), |