Update version string in eshowkw properly.
authorscarabeus <scarabeus@gentoo.org>
Thu, 28 Oct 2010 20:19:13 +0000 (20:19 -0000)
committerscarabeus <scarabeus@gentoo.org>
Thu, 28 Oct 2010 20:19:13 +0000 (20:19 -0000)
svn path=/trunk/gentoolkit/; revision=832

pym/gentoolkit/eshowkw/__init__.py
setup.py

index efcbfb97ed1baec654bb108d6065a834912d0d6a..00134938d756aeaddd9054943a1b2d04b8df9f6f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 __package__ = 'eshowkw'
-__version__ = '0.5'
+__version__ = 'svn'
 
 import portage
 
index b0186efb57316ed00fa814aecf5f7ff61412a979..ec728bed9f052fb694bdc255a3d02885842f0557 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,7 @@ python_scripts = [os.path.join(cwd, path) for path in (
        'pym/gentoolkit/eclean/cli.py',
        'pym/gentoolkit/analyse/__init__.py',
        'pym/gentoolkit/equery/__init__.py'
+       'pym/gentoolkit/eshowkw/__init__.py'
 )]