1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-16 18:30:57 +00:00

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

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,