Mercurial > python-cmd2
comparison setup.py @ 280:38198b11f48c
adding .get() to opts
author | catherine@DellZilla |
---|---|
date | Wed, 07 Oct 2009 13:33:58 -0400 |
parents | c6064bfd4d6c |
children | f5593299fc2a |
comparison
equal
deleted
inserted
replaced
279:c6064bfd4d6c | 280:38198b11f48c |
---|---|
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.5", | 6 version="0.5.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', |