comparison setup.py @ 248:575652efb3d8

aha - I think I know why comment-in-progress parse failing
author catherine@Elli.myhome.westell.com
date Mon, 30 Mar 2009 12:56:08 -0400
parents 0bae9aaf331a
children e3d00ca39798
comparison
equal deleted inserted replaced
247:3db4166a54ce 248:575652efb3d8
1 #!/usr/bin/python 1 #!/usr/bin/python
2 from setuptools import setup, find_packages 2 from setuptools import setup, find_packages
3 3
4 setup( 4 setup(
5 name="cmd2", 5 name="cmd2",
6 version="0.5.0", 6 version="0.5.1",
7 py_modules=["cmd2",], 7 py_modules=["cmd2",],
8 8
9 # metadata for upload to PyPI 9 # metadata for upload to PyPI
10 author = 'Catherine Devlin', 10 author = 'Catherine Devlin',
11 author_email = 'catherine.devlin@gmail.com', 11 author_email = 'catherine.devlin@gmail.com',