Closed jdufresne closed 5 years ago
Also pass python_requires argument to setuptools to help pip decide what version of the package to install.
https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
If your project only runs on certain Python versions, setting the python_requires argument to the appropriate PEP 440 version specifier string will prevent pip from installing the project on other Python versions.
Thansk for this pull-request.
Also pass python_requires argument to setuptools to help pip decide what version of the package to install.
https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires