Mercurial > python-cmd2
comparison setup.py @ 95:199a08e3ae72
ready ? with 0.3.7
author | catherine@dellzilla |
---|---|
date | Fri, 26 Sep 2008 13:03:25 -0400 |
parents | f54e3e842f21 |
children | 9dcdea6f11fc |
comparison
equal
deleted
inserted
replaced
94:414a78c16ce9 | 95:199a08e3ae72 |
---|---|
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.6", | 6 version="0.3.7", |
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', |