adds test_suite and tests_require in setup.py

This commit is contained in:
Mathieu Agopian 2012-09-08 12:10:14 +02:00
parent dd92d52f06
commit 1492f618cb

View file

@ -32,4 +32,6 @@ setup(
"Programming Language :: Python",
"Topic :: Software Development",
"Topic :: Utilities",
])
],
tests_require=['nose'],
test_suite='nose.collector',)