comparison setup.py @ 204:5d22be6d2f88 0.4.7

v1.6.0
author catherine@dellzilla
date Mon, 02 Mar 2009 16:22:38 -0500
parents b90021703faf
children 5da7d72e72ee
comparison
equal deleted inserted replaced
203:68a609fc516b 204:5d22be6d2f88
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.4.6", 6 version="0.4.7",
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',