comparison setup.py @ 87:683ed678b636

restoring IOError to xclip trap; backing out weird hg problem
author catherine@Elli.myhome.westell.com
date Mon, 30 Jun 2008 22:05:01 -0400
parents f844b6c78192
children
comparison
equal deleted inserted replaced
57:86bb50447e99 87:683ed678b636
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.4.1", 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',