No git or python version checks in setup.py
commit03512a25b2a237bf3e711945c8560c9b62073cd6
authorPeter Grayson <pete@jpgrayson.net>
Mon, 30 Aug 2021 20:43:20 +0000 (30 16:43 -0400)
committerPeter Grayson <pete@jpgrayson.net>
Tue, 31 Aug 2021 01:34:49 +0000 (30 21:34 -0400)
tree19a8695a1cc7d9616a14bb93937cd0b503d080fe
parentf476a8823438e251a20aa3809f8ca0dfe4ed6af8
No git or python version checks in setup.py

Since setuptools supports the python_requires metadata, it will be enforced
by the setuptools/wheel/pip ecosystem and/or upstream packagers.

And unconditionally testing the git version in setup.py is unconventional
and potentially complicates downstream packagers who should not necessarily
even need git installed when packaging stgit.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
setup.py