summaryrefslogtreecommitdiff
path: root/devel/py-wsgiutils/files/patch-setup.py
blob: cc7e97d2f8bb0b65477aab060cdc800d5ab67814 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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,