diff --git a/setup.py b/setup.py index 3a8aa92..d91cf38 100644 --- a/setup.py +++ b/setup.py @@ -38,9 +38,7 @@ setup( # 'Programming Language :: Python :: 3', # 'Programming Language :: Python :: 3.3', # 'Programming Language :: Python :: 3.4', - 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', - 'Topic :: Software Development', - 'Topic :: Software Development :: Libraries :: Application Frameworks', + 'Topic :: Utilities', ], zip_safe=False, tests_require=[ @@ -49,5 +47,5 @@ setup( # 'django-mptt', # 'pytz', ], - test_suite='testapp.runtests.runtests', + # test_suite='testapp.runtests.runtests', ) \ No newline at end of file