Mercurial > python-cmd2
comparison setup.py @ 56:f844b6c78192 0.3.4.1
fixing (hopefully) broken pipe error for headless systems
author | catherine.devlin@gmail.com |
---|---|
date | Fri, 27 Jun 2008 09:50:38 -0400 |
parents | 698710e88d1b |
children | 2907f7c2d74c 683ed678b636 |
comparison
equal
deleted
inserted
replaced
55:698710e88d1b | 56:f844b6c78192 |
---|---|
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", | 6 version="0.3.4.1", |
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', |