diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2013-09-05 09:46:14 -0500 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2013-09-05 09:46:14 -0500 |
| commit | 9793ca9adf7b722c65af63664df0b87c54cddd88 (patch) | |
| tree | 4eb81b6a69c041cbba14f474ecfae953acf62ee9 /setup.py | |
| parent | 4f99b208ab73fab1b6ed334dea1b29392d85c3cc (diff) | |
| download | gentoolkit-9793ca9adf7b722c65af63664df0b87c54cddd88.tar.gz | |
Modify setup.py to include eclean-dist and eclean-pkg.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ bash_scripts = [(os.path.join(cwd, path), 'VERSION=') for path in ( # Python files that need `__version__ = ""` subbed, relative to this dir: python_scripts = [(os.path.join(cwd, path), '__version__ = ') for path in ( 'bin/eclean', + 'bin/eclean-dist', + 'bin/eclean-pkg', 'bin/epkginfo', 'bin/glsa-check', 'pym/gentoolkit/eclean/cli.py', |
