comparison setup.py @ 436:c4c35f002aef 0.6.4

to version 0.6.4
author catherine.devlin@gmail.com
date Thu, 25 Aug 2011 16:27:42 -0400
parents 6773286315f0
children a5f3d5a89d6c
comparison
equal deleted inserted replaced
435:bfbe4241bd6b 436:c4c35f002aef
8 import sys 8 import sys
9 9
10 install_requires = ['pyparsing>=1.5.6'] 10 install_requires = ['pyparsing>=1.5.6']
11 setup( 11 setup(
12 name="cmd2", 12 name="cmd2",
13 version="0.6.3", 13 version="0.6.4",
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',