add a way to run setup.py test

This commit is contained in:
Alexis Metaireau 2012-08-13 20:56:43 +02:00
commit ec14df9fbb

View file

@ -41,4 +41,5 @@ setup(
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],
test_suite='tests',
)