comparison setup.py @ 275:f62e9fbb3f90

restoring python 2.4 compatibility
author catherine@cordelia
date Thu, 28 May 2009 17:33:19 -0400
parents d68d83f42254
children c6064bfd4d6c
comparison
equal deleted inserted replaced
274:540315f06a17 275:f62e9fbb3f90
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.3", 6 version="0.5.4",
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',