mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 03:49:25 +00:00
Remove unittest2 from setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user