Mercurial > hg > MakeItSo
changeset 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 | fa496c9e9d73 |
files | README.txt setup.py |
diffstat | 2 files changed, 3 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Wed Jun 03 16:57:49 2015 -0700 +++ b/README.txt Thu Dec 03 11:19:00 2015 -0800 @@ -43,19 +43,13 @@ if it is given and the URL is not -Adding a License to a Template ------------------------------- - -[TODO] - - Web Service ----------- python has the ability to run files from stdin. This means you can run makeitso directly from the web:: - python <(curl http://k0s.org/mozilla/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI] + python <(curl http://k0s.org/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI] This uses the bash shell. If you have another shell you may have to use another syntax, download the file, or install the package.
--- 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,