Actually remove unittest from setup.py

This commit is contained in:
2014-03-27 10:11:58 +00:00
parent 824f1dc82f
commit 9a47aa350f

View File

@@ -14,7 +14,6 @@ setup(
packages=['ts3'],
scripts=['examples/gents3privkey.py'],
test_suite='ts3.test.suite',
tests_require=['unittest'],
classifiers=[
'License :: OSI Approved :: BSD License',