comparison setup.py @ 312:466eaec2c076

colorize taken from sqlpython
author catherine@Drou
date Sat, 06 Feb 2010 19:21:44 -0500
parents 54e2dd53ba38
children 4300ef912f4a
comparison
equal deleted inserted replaced
311:54e2dd53ba38 312:466eaec2c076
8 else: 8 else:
9 install_requires = ['pyparsing>=1.5.1'] 9 install_requires = ['pyparsing>=1.5.1']
10 10
11 setup( 11 setup(
12 name="cmd2", 12 name="cmd2",
13 version="0.5.6", 13 version="0.6.0",
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',