|
|
|
@ -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', |
|
|
|
|
) |