comparison setup.py @ 55:698710e88d1b

version number up
author catherine@localhost
date Mon, 09 Jun 2008 12:09:10 -0400
parents b66372883bb4
children f844b6c78192
comparison
equal deleted inserted replaced
54:a791d615545c 55:698710e88d1b
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.3", 6 version="0.3.4",
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',