From 52561f92a3bdd80846d7be8f33406726cd351adf Mon Sep 17 00:00:00 2001 From: scarabeus Date: Thu, 28 Oct 2010 20:25:58 +0000 Subject: Fix typo svn path=/trunk/gentoolkit/; revision=833 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec728be..b643914 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ python_scripts = [os.path.join(cwd, path) for path in ( 'bin/glsa-check', 'pym/gentoolkit/eclean/cli.py', 'pym/gentoolkit/analyse/__init__.py', - 'pym/gentoolkit/equery/__init__.py' + 'pym/gentoolkit/equery/__init__.py', 'pym/gentoolkit/eshowkw/__init__.py' )] -- cgit v1.2.3