blob: 05a5b6ba64c264b9ad8dcd83f0658000a54e97a5 (
plain)
1
2
3
4
5
6
7
8
9
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
|