From 9793ca9adf7b722c65af63664df0b87c54cddd88 Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Thu, 5 Sep 2013 09:46:14 -0500 Subject: Modify setup.py to include eclean-dist and eclean-pkg. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b4ec763..f372fe9 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3