aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2012-12-15 20:48:17 -0800
committerBrian Dolbec <dolsen@gentoo.org>2012-12-15 20:48:17 -0800
commitbc0efc857b5708ea572e3a4c57c9689cf48c50ad (patch)
treeb91e498699817dc68a4d5e13289ffaac197e1a12
parentAdd aditional debug info, fix bug 373195, removing garbage or otherwise inacc... (diff)
downloadmirrorselect-bc0efc857b5708ea572e3a4c57c9689cf48c50ad.tar.gz
mirrorselect-bc0efc857b5708ea572e3a4c57c9689cf48c50ad.tar.bz2
mirrorselect-bc0efc857b5708ea572e3a4c57c9689cf48c50ad.zip
Fix setup.py to use PVR instead of VERSION from the environment so that egg-info is set correctly during the merge.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8a9f980..7a53076 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ import os
import io
-__version__ = os.getenv('VERSION', default='9999')
+__version__ = os.getenv('PVR', default='9999')
cwd = os.getcwd()