Mercurial > python-cmd2
comparison setup.py @ 198:b90021703faf
need pyparsing 1.5.1
author | catherine@dellzilla |
---|---|
date | Wed, 25 Feb 2009 14:24:59 -0500 |
parents | 770c77152051 |
children | 5d22be6d2f88 |
comparison
equal
deleted
inserted
replaced
197:770c77152051 | 198:b90021703faf |
---|---|
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 install_requires=['pyparsing>=1.5.1'], | |
16 | 17 |
17 long_description = """Enhancements for standard library's cmd module. | 18 long_description = """Enhancements for standard library's cmd module. |
18 | 19 |
19 Drop-in replacement adds several features for command-prompt tools: | 20 Drop-in replacement adds several features for command-prompt tools: |
20 | 21 |