diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2012-11-14 12:15:12 -0600 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2012-11-14 12:15:12 -0600 |
commit | 316519bd018e0762f435f87cba65250aad91f465 (patch) | |
tree | 0a8de23ed29535f02b298f98824a59f299e8965d | |
parent | Fix setup.py to create the mirrorselect module correctly. (diff) | |
download | mirrorselect-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', )] |