Do not hardcode the python version.
This commit is contained in:
parent
d0b5f254bb
commit
8de8104e61
3
Makefile
3
Makefile
|
@ -1,6 +1,5 @@
|
||||||
# This Makefile is only used by developers.
|
# This Makefile is only used by developers.
|
||||||
PYVER:=2.7
|
PYTHON:=python
|
||||||
PYTHON:=python$(PYVER)
|
|
||||||
VERSION:=$(shell $(PYTHON) setup.py --version)
|
VERSION:=$(shell $(PYTHON) setup.py --version)
|
||||||
MAINTAINER:=$(shell $(PYTHON) setup.py --maintainer)
|
MAINTAINER:=$(shell $(PYTHON) setup.py --maintainer)
|
||||||
AUTHOR:=$(shell $(PYTHON) setup.py --author)
|
AUTHOR:=$(shell $(PYTHON) setup.py --author)
|
||||||
|
|
Loading…
Reference in New Issue