Do not hardcode the python version.

This commit is contained in:
Bastian Kleineidam 2013-02-21 07:06:39 +01:00
parent d0b5f254bb
commit 8de8104e61
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
# This Makefile is only used by developers.
PYVER:=2.7
PYTHON:=python$(PYVER)
PYTHON:=python
VERSION:=$(shell $(PYTHON) setup.py --version)
MAINTAINER:=$(shell $(PYTHON) setup.py --maintainer)
AUTHOR:=$(shell $(PYTHON) setup.py --author)