summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2012-11-14 12:15:12 -0600
committerPaul Varner <fuzzyray@gentoo.org>2012-11-14 12:15:12 -0600
commit316519bd018e0762f435f87cba65250aad91f465 (patch)
tree0a8de23ed29535f02b298f98824a59f299e8965d
parentFix setup.py to create the mirrorselect module correctly. (diff)
downloadmirrorselect-316519bd018e0762f435f87cba65250aad91f465.tar.gz
mirrorselect-316519bd018e0762f435f87cba65250aad91f465.tar.bz2
mirrorselect-316519bd018e0762f435f87cba65250aad91f465.zip
Fix python_scripts to properly create the list of scripts for set_version.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e925825..60b048d 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ if "GENTOO_PORTAGE_EPREFIX" in EPREFIX:
# Python files that need `version = ""` subbed, relative to this dir:
python_scripts = [os.path.join(cwd, path) for path in (
- 'mirrorselect/version.py'
+ 'mirrorselect/version.py',
)]