Mercurial > python-cmd2
comparison setup.py @ 86:2907f7c2d74c
0.3.5
author | catherine@localhost |
---|---|
date | Wed, 30 Jul 2008 12:41:14 -0400 |
parents | f844b6c78192 |
children | f54e3e842f21 |
comparison
equal
deleted
inserted
replaced
85:b04845faae0c | 86:2907f7c2d74c |
---|---|
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.3.4.1", | 6 version="0.3.5", |
7 py_modules = ['cmd2','flagReader','bootstrap'], | 7 py_modules = ['cmd2','flagReader','bootstrap'], |
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', |