summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2008-05-14 11:34:52 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2008-05-14 11:34:52 -0400
commit2a5a4c4b754cd921ee24ac82a097635bf28aaab6 (patch)
tree7c282680aa49924ead40d16ef2eade5f8e5cc6dd
parent319f5e3cee386dd2e060b9fd292dfd0f4f2a942e (diff)
downloadcmd2-git-2a5a4c4b754cd921ee24ac82a097635bf28aaab6.tar.gz
trying to get buildout.cfg in
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b83d241a..acebcb69 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
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.