diff options
Diffstat (limited to 'misc/py-pyprind/files')
-rw-r--r-- | misc/py-pyprind/files/patch-setup.py | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/misc/py-pyprind/files/patch-setup.py b/misc/py-pyprind/files/patch-setup.py index 05a5b6ba64c2..81fc483fd61c 100644 --- a/misc/py-pyprind/files/patch-setup.py +++ b/misc/py-pyprind/files/patch-setup.py @@ -1,5 +1,14 @@ ---- setup.py.orig 2016-04-14 15:46:12 UTC +--- setup.py.orig 2021-04-18 17:12:43 UTC +++ setup.py +@@ -16,7 +16,7 @@ VERSION = pyprind.__version__ + + VERSION = pyprind.__version__ + +-setup(name='PyPrind', ++setup(name='pyprind', + version=VERSION, + description='Python Progress Bar and Percent Indicator Utility', + author='Sebastian Raschka', @@ -39,6 +39,7 @@ setup(name='PyPrind', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', |