summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-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.