diff --git a/setup.py b/setup.py index 8e4eff34..3f08e8dd 100755 --- a/setup.py +++ b/setup.py @@ -45,5 +45,5 @@ setup( 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Python Modules', ], - test_suite='pelican.tests', + test_suite='pelican_tests', )