Mercurial > hg > MakeItSo
diff setup.py @ 212:cffc729926b9
correct text and bump version
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 03 Dec 2015 11:19:00 -0800 |
parents | 1203898cd195 |
children | d61783ce9fd5 |
line wrap: on
line diff
--- a/setup.py Wed Jun 03 16:57:49 2015 -0700 +++ b/setup.py Thu Dec 03 11:19:00 2015 -0800 @@ -7,7 +7,7 @@ except IOError: description = '' -version = '0.3.5' +version = '0.3.6' setup(name='MakeItSo', version=version, @@ -17,7 +17,7 @@ keywords='templates', author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://k0s.org/', + url='http://k0s.org/hg/MakeItSo', license='MPL', packages=['makeitso'], include_package_data=True,