From: scarabeus Date: Thu, 28 Oct 2010 20:25:58 +0000 (-0000) Subject: Fix typo X-Git-Tag: gentoolkit-0.3.0_rc11~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52561f92a3bdd80846d7be8f33406726cd351adf;p=gentoolkit.git Fix typo svn path=/trunk/gentoolkit/; revision=833 --- 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' )]