mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-16 19:42:22 +00:00
Actually remove unittest from setup.py
This commit is contained in:
1
setup.py
1
setup.py
@@ -14,7 +14,6 @@ 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=['unittest'],
|
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
|
|||||||
Reference in New Issue
Block a user