Mercurial > python-cmd2
comparison setup.py @ 197:770c77152051
clean out debugging comment
author | catherine@dellzilla |
---|---|
date | Wed, 25 Feb 2009 14:07:45 -0500 |
parents | 06119abd352e |
children | b90021703faf |
comparison
equal
deleted
inserted
replaced
196:f73cde93ce73 | 197:770c77152051 |
---|---|
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.5", | 6 version="0.4.6", |
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', |