diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2008-05-14 11:34:52 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2008-05-14 11:34:52 -0400 |
| commit | 2a5a4c4b754cd921ee24ac82a097635bf28aaab6 (patch) | |
| tree | 7c282680aa49924ead40d16ef2eade5f8e5cc6dd | |
| parent | 319f5e3cee386dd2e060b9fd292dfd0f4f2a942e (diff) | |
| download | cmd2-git-2a5a4c4b754cd921ee24ac82a097635bf28aaab6.tar.gz | |
trying to get buildout.cfg in
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
