summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2011-05-11 21:55:15 -0500
committerPaul Varner <fuzzyray@gentoo.org>2011-05-11 21:55:15 -0500
commita98e28073a6a533eeb094bae1fc20a3ffe1911ee (patch)
tree807f2aaacb12872a9c265f676b1d58d54ed185db /setup.py
parent923f15361bc2ce6f015012e840c5a9e41717abf0 (diff)
downloadgentoolkit-a98e28073a6a533eeb094bae1fc20a3ffe1911ee.tar.gz
Update setup.py for namespace change of analyse to enalyze
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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'
)]