Mercurial > python-cmd2
comparison setup.py @ 264:e3d00ca39798
v0.5.2
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Fri, 03 Apr 2009 13:03:53 -0400 |
parents | 575652efb3d8 |
children | d68d83f42254 |
comparison
equal
deleted
inserted
replaced
263:f42df131848e | 264:e3d00ca39798 |
---|---|
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.1", | 6 version="0.5.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', |