mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
setup.py: add markers specifying Python 3 only compatibility
This commit is contained in:
parent
cd9bd06163
commit
f63b34dbea
2
setup.py
2
setup.py
@ -40,6 +40,7 @@ setup(
|
||||
],
|
||||
scripts=['trezorctl'],
|
||||
install_requires=install_requires,
|
||||
python_requires='>=3.3',
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
@ -47,5 +48,6 @@ setup(
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
'Operating System :: MacOS :: MacOS X',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user