author | Alexander Solovyov <piranha@piranha.org.ua> |
Mon, 13 Jul 2009 19:30:05 +0300 | |
changeset 42 | c6f53f95db1c |
parent 41 | 8f651939cab7 |
child 43 | fd3c1f0abab4 |
--- a/setup.py Mon Jul 13 19:28:33 2009 +0300 +++ b/setup.py Mon Jul 13 19:30:05 2009 +0300 @@ -9,7 +9,7 @@ setup( name = 'finaloption', - description = 'command line arguments parser', + description = 'command line parsing done right', long_description = read('README'), version = finaloption.__version__, author = finaloption.__author__,