From: Paul Varner Date: Thu, 12 May 2011 02:55:15 +0000 (-0500) Subject: Update setup.py for namespace change of analyse to enalyze X-Git-Tag: gentoolkit-0.3.0.2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a98e28073a6a533eeb094bae1fc20a3ffe1911ee;p=gentoolkit.git Update setup.py for namespace change of analyse to enalyze --- diff --git a/setup.py b/setup.py index 91f9e9c..09feb8f 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ python_scripts = [os.path.join(cwd, path) for path in ( 'bin/epkginfo', 'bin/glsa-check', 'pym/gentoolkit/eclean/cli.py', - 'pym/gentoolkit/analyse/__init__.py', + 'pym/gentoolkit/enalyze/__init__.py', 'pym/gentoolkit/equery/__init__.py', 'pym/gentoolkit/eshowkw/__init__.py' )]