aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
)]