# HG changeset patch # User Jeff Hammel # Date 1395894527 25200 # Node ID 0fd0cc15415376c103fabe22cce44d276507aa11 # Parent be33152d7d0c9dcbdf6db5016ff995a9d9d9c687 STUB: makeitso/makeitso.py setup.py diff -r be33152d7d0c -r 0fd0cc154153 makeitso/makeitso.py --- a/makeitso/makeitso.py Sun Mar 23 18:27:50 2014 -0700 +++ b/makeitso/makeitso.py Wed Mar 26 21:28:47 2014 -0700 @@ -445,9 +445,10 @@ help='print the variables in a template') entry_points = get_entry_points() if entry_points: - parser.add_option('--list-templates', dest='list_templates', + parser.add_option('--list', '--list-templates', + dest='list_templates', action='store_true', default=False, - help="list installed MakeItSo! templates") + help="list installed templates") options, args = parser.parse_args(args) diff -r be33152d7d0c -r 0fd0cc154153 setup.py --- a/setup.py Sun Mar 23 18:27:50 2014 -0700 +++ b/setup.py Wed Mar 26 21:28:47 2014 -0700 @@ -7,7 +7,7 @@ except IOError: description = '' -version = '0.3' +version = '0.3.1' setup(name='MakeItSo', version=version,