Mercurial > python-cmd2
changeset 7:71ff2f442683
trying to get buildout.cfg in
author | catherine@localhost |
---|---|
date | Wed, 14 May 2008 11:34:52 -0400 |
parents | 71067a445663 |
children | a6284fa14e89 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed May 14 10:56:05 2008 -0400 +++ b/setup.py Wed May 14 11:34:52 2008 -0400 @@ -13,7 +13,7 @@ license = 'MIT', keywords = 'command prompt console cmd', url = 'http://www.assembla.com/wiki/show/python-cmd2', - package_data = {'':['*.cfg']}, + include_package_data=True, long_description = """Enhancements for standard library's cmd module.