comparison setup.py @ 414:731f2c93c1cd

begin work on v 0.6.3
author Catherine Devlin <catherine.devlin@gmail.com>
date Fri, 12 Nov 2010 20:05:46 -0500
parents f7cb69b0da9e
children 6773286315f0
comparison
equal deleted inserted replaced
413:f16f444a4d10 414:731f2c93c1cd
8 import sys 8 import sys
9 9
10 install_requires = ['pyparsing>=1.5.5'] 10 install_requires = ['pyparsing>=1.5.5']
11 setup( 11 setup(
12 name="cmd2", 12 name="cmd2",
13 version="0.6.2", 13 version="0.6.3",
14 py_modules=["cmd2"], 14 py_modules=["cmd2"],
15 use_2to3=True, 15 use_2to3=True,
16 16
17 # metadata for upload to PyPI 17 # metadata for upload to PyPI
18 author = 'Catherine Devlin', 18 author = 'Catherine Devlin',