diff --git a/Makefile b/Makefile index 2eccc69..0a2bd1d 100644 --- a/Makefile +++ b/Makefile @@ -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)