setup.py: constrain Python version
authorAlain Péteut <alain.peteut@yahoo.com>
Fri, 22 Feb 2019 08:45:28 +0000 (09:45 +0100)
committerwhitequark <cz@m-labs.hk>
Fri, 22 Feb 2019 08:45:28 +0000 (08:45 +0000)
commit712e55bc9a4141c46d9d8c3df177e659128e157f
tree4f9200c8d7512e22f34c88e6b2e23a2eff84c317
parent27b5e526a8de47c2d7f7824b84dad5cdaca528b5
setup.py: constrain Python version

Installation should be constraint to supported Python versions, using `python_requires`,
refer to [1] for details.

[1] https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
setup.py