Import __pkginfo__ from the package in the makefile.

--HG--
branch : support-editable-installs
This commit is contained in:
Ionel Maries Cristian 2015-02-15 11:53:14 +02:00
parent 086391fca6
commit e2b08116ef

View File

@ -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