From: scarabeus Date: Thu, 28 Oct 2010 20:19:13 +0000 (-0000) Subject: Update version string in eshowkw properly. X-Git-Tag: gentoolkit-0.3.0_rc11~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce701fa4977050ad056bad828abf3d369b8c6913;p=gentoolkit.git Update version string in eshowkw properly. svn path=/trunk/gentoolkit/; revision=832 --- diff --git a/pym/gentoolkit/eshowkw/__init__.py b/pym/gentoolkit/eshowkw/__init__.py index efcbfb9..0013493 100644 --- a/pym/gentoolkit/eshowkw/__init__.py +++ b/pym/gentoolkit/eshowkw/__init__.py @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 __package__ = 'eshowkw' -__version__ = '0.5' +__version__ = 'svn' import portage diff --git a/setup.py b/setup.py index b0186ef..ec728be 100755 --- 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' )]