From e2b08116ef3dc6cc3be276f69769a1065f79e5ec Mon Sep 17 00:00:00 2001 From: Ionel Maries Cristian Date: Sun, 15 Feb 2015 11:53:14 +0200 Subject: [PATCH] Import __pkginfo__ from the package in the makefile. --HG-- branch : support-editable-installs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index daf2bff01..2622d381e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PYVE=pyve PIP=$(PYVE)/bin/pip TOX=$(PYVE)/bin/tox -VERSION=$(shell PYTHONPATH=. python -c "from __pkginfo__ import version; print version") +VERSION=$(shell PYTHONPATH=. python -c "from pylint.__pkginfo__ import version; print version") PKG_SDIST=dist/pylint-$(VERSION).tar.gz PKG_DEB=../pylint_$(VERSION)-1_all.deb