comparison setup.py @ 93:f54e3e842f21

synching
author catherine@Elli.myhome.westell.com
date Wed, 24 Sep 2008 05:44:08 -0400
parents 2907f7c2d74c
children 199a08e3ae72
comparison
equal deleted inserted replaced
92:25101e7b078f 93:f54e3e842f21
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.5", 6 version="0.3.6",
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',