| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The setuptools.__version__ check should use distutils.version.LooseVersion (or StrictVersion): Here's a link to explain how it works: https://stackoverflow.com/questions/11887762/compare-version-strings-in-python |
Sorry, something went wrong.
|
I used LooseVersion to compare setuptools versions since it should work a little more reliably |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This closes #537
Adds python_require to setup() in setup.py. Only works for users installing with pip 9 or above. Will warn if setuptools version is <=24.3.
Also help from Stefan Bonchev