Fix setup.py

This commit is contained in:
2013-10-27 17:59:41 +00:00
parent ab67e3d60a
commit 9d13348de6

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',
test_require=['unittest2'], tests_require=['unittest2'],
classifiers=[ classifiers=[
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',