comparison setup.py @ 40:4f2d6f9f2080

before GCOUG
author catherine@cordelia
date Tue, 20 May 2008 21:50:00 -0400
parents 786b3ea3e440
children b66372883bb4
comparison
equal deleted inserted replaced
39:71151157ac7c 40:4f2d6f9f2080
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.1", 6 version="0.3.2",
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',