comparison setup.py @ 126:197a312f2656

push to get to v 126
author catherine@dellzilla
date Wed, 05 Nov 2008 14:16:24 -0500
parents fad4dde06be8
children 1fc93cef06d5 e49ded85ba4c
comparison
equal deleted inserted replaced
125:be7c2f2874a9 126:197a312f2656
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.1", 6 version="0.4.2",
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',