Mercurial > python-cmd2
comparison setup.py @ 2:1ea887b51cad
python 2.4 compatibility
author | catherine@DellZilla.myhome.westell.com |
---|---|
date | Fri, 11 Apr 2008 08:56:54 -0400 |
parents | 59288b38ea7b |
children | 71067a445663 |
comparison
equal
deleted
inserted
replaced
1:59288b38ea7b | 2:1ea887b51cad |
---|---|
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.2.1", | 6 version="0.2.2", |
7 py_modules = ['cmd2','flagReader'], | 7 py_modules = ['cmd2','flagReader'], |
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', |