1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

Add python_requires to help pip

This commit is contained in:
Hugo 2019-03-12 17:57:19 +02:00
parent 562aa3a409
commit 81c76f3a52

View File

@ -46,6 +46,7 @@ setup(
license="LGPL",
platforms='any',
keywords="HDL ASIC FPGA hardware design",
python_requires='>=3.4',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',