remove test_suite directive from setup.py

This commit is contained in:
Pavol Rusnak 2016-11-25 22:05:35 +01:00
parent 1dd4cd78f5
commit 5cc9893d6f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ setup(
'trezorlib.types_pb2',
],
scripts = ['trezorctl'],
test_suite='tests',
install_requires=install_requires,
include_package_data=True,
zip_safe=False,