diff options
Diffstat (limited to 'misc/py-pyprind/files')
-rw-r--r-- | misc/py-pyprind/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/py-pyprind/files/patch-setup.py b/misc/py-pyprind/files/patch-setup.py new file mode 100644 index 000000000000..05a5b6ba64c2 --- /dev/null +++ b/misc/py-pyprind/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2016-04-14 15:46:12 UTC ++++ setup.py +@@ -39,6 +39,7 @@ setup(name='PyPrind', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Environment :: Console'], ++ test_suite = "nose.collector", + long_description=""" + + The PyPrind (Python Progress Indicator) module provides a progress |