Mercurial > python-cmd2
comparison setup.py @ 124:fad4dde06be8 0.4.2
get 0.4.1 to assembla, darn it
author | catherine@dellzilla |
---|---|
date | Wed, 29 Oct 2008 11:04:51 -0400 |
parents | 7d215852f9a6 |
children | 197a312f2656 |
comparison
equal
deleted
inserted
replaced
123:2402bd2f8af4 | 124:fad4dde06be8 |
---|---|
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", | 6 version="0.4.1", |
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', |