Remove unittest2 from setup.py

This commit is contained in:
2014-03-27 10:08:20 +00:00
parent d4254a03da
commit e83a88cb85

View File

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