Mercurial > python-cmd2
comparison setup.py @ 140:e49ded85ba4c
keeping comments in history now
author | catherine@Elli.myhome.westell.com |
---|---|
date | Thu, 13 Nov 2008 15:40:59 -0500 |
parents | 197a312f2656 |
children | 06119abd352e |
comparison
equal
deleted
inserted
replaced
139:e2d06e53d09c | 140:e49ded85ba4c |
---|---|
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.2", | 6 version="0.4.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', |