comparison setup.py @ 8:a6284fa14e89

buildout stuff ready now
author catherine@localhost
date Wed, 14 May 2008 11:37:34 -0400
parents 71ff2f442683
children c6e8b645c0ab
comparison
equal deleted inserted replaced
7:71ff2f442683 8:a6284fa14e89
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.2.2", 6 version="0.2.3",
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',