setup.py: constrain Python version
authorAlain Péteut <alain.peteut@yahoo.com>
Fri, 22 Feb 2019 08:45:28 +0000 (09:45 +0100)
committerwhitequark <whitequark@whitequark.org>
Fri, 22 Feb 2019 08:45:28 +0000 (08:45 +0000)
commit342bdbe75a9a57fb8ce51407196af1ba2eee1666
tree4f9200c8d7512e22f34c88e6b2e23a2eff84c317
parent8ee6bd80ff4fd0c2f5a42cde2c7c41b5fd919c9f
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