comparison setup.py @ 189:06119abd352e

synch
author catherine@Elli.myhome.westell.com
date Fri, 30 Jan 2009 05:53:12 -0500
parents e49ded85ba4c
children 770c77152051
comparison
equal deleted inserted replaced
188:7ce8db01a847 189:06119abd352e
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.4", 6 version="0.4.5",
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',