Mercurial > hg > CommandParser
diff setup.py @ 12:e0a3148e67a8
bug fix and a short overhaul of documentation
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 28 Jan 2013 19:54:36 -0800 |
parents | 03db23600c1f |
children | d277ee510157 |
line wrap: on
line diff
--- a/setup.py Mon Apr 02 10:42:13 2012 -0700 +++ b/setup.py Mon Jan 28 19:54:36 2013 -0800 @@ -4,7 +4,7 @@ import os -version = "0.1.3" +version = "0.2" dependencies = [] try: @@ -39,7 +39,7 @@ author='Jeff Hammel', author_email='jhammel@mozilla.com', url='http://k0s.org/hg/CommandParser', - license='', + license='MPL', packages=['commandparser'], include_package_data=True, zip_safe=False,