comparison setup.py @ 7:71ff2f442683

trying to get buildout.cfg in
author catherine@localhost
date Wed, 14 May 2008 11:34:52 -0400
parents 71067a445663
children a6284fa14e89
comparison
equal deleted inserted replaced
6:71067a445663 7:71ff2f442683
11 author_email = 'catherine.devlin@gmail.com', 11 author_email = 'catherine.devlin@gmail.com',
12 description = "Extra features for standard library's cmd module", 12 description = "Extra features for standard library's cmd module",
13 license = 'MIT', 13 license = 'MIT',
14 keywords = 'command prompt console cmd', 14 keywords = 'command prompt console cmd',
15 url = 'http://www.assembla.com/wiki/show/python-cmd2', 15 url = 'http://www.assembla.com/wiki/show/python-cmd2',
16 package_data = {'':['*.cfg']}, 16 include_package_data=True,
17 17
18 long_description = """Enhancements for standard library's cmd module. 18 long_description = """Enhancements for standard library's cmd module.
19 19
20 Drop-in replacement adds several features for command-prompt tools: 20 Drop-in replacement adds several features for command-prompt tools:
21 21