ports/devel/py-wsgiutils/files/patch-setup.py
Po-Chuan Hsieh 17740ec85a
devel/py-wsgiutils: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:00:56 +08:00

11 lines
453 B
Python

--- setup.py.orig 2019-06-26 18:43:04 UTC
+++ setup.py
@@ -18,7 +18,7 @@ with open(os.path.join(os.getcwd(), 'README.txt'), 'r'
with open(os.path.join(os.getcwd(), 'README.txt'), 'r') as _readme:
long_description = _readme.read()
-setup(name="WSGIUtils",
+setup(name="wsgiutils",
version= wsgiutils.__version__,
description="WSGI Utils are a collection of useful libraries for use in a WSGI environnment.",
long_description=long_description,