mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
11 lines
294 B
Python
11 lines
294 B
Python
--- 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(),
|