Mercurial > python-cmd2
comparison setup.py @ 381:04897151927b
doc handling corrections
author | catherine@Drou |
---|---|
date | Mon, 01 Mar 2010 06:57:10 -0500 |
parents | 4300ef912f4a |
children | 99c66656d81b |
comparison
equal
deleted
inserted
replaced
380:de2306847251 | 381:04897151927b |
---|---|
18 author = 'Catherine Devlin', | 18 author = 'Catherine Devlin', |
19 author_email = 'catherine.devlin@gmail.com', | 19 author_email = 'catherine.devlin@gmail.com', |
20 description = "Extra features for standard library's cmd module", | 20 description = "Extra features for standard library's cmd module", |
21 license = 'MIT', | 21 license = 'MIT', |
22 keywords = 'command prompt console cmd', | 22 keywords = 'command prompt console cmd', |
23 url = 'http://www.assembla.com/wiki/show/python-cmd2', | 23 url = 'http://packages.python.org/cmd2/', |
24 install_requires = install_requires, | 24 install_requires = install_requires, |
25 | 25 |
26 long_description = """Enhancements for standard library's cmd module. | 26 long_description = """Enhancements for standard library's cmd module. |
27 | 27 |
28 Drop-in replacement adds several features for command-prompt tools: | 28 Drop-in replacement adds several features for command-prompt tools: |
41 * `py` enters interactive Python console | 41 * `py` enters interactive Python console |
42 * test apps against sample session transcript (see example/example.py) | 42 * test apps against sample session transcript (see example/example.py) |
43 | 43 |
44 Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. | 44 Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. |
45 | 45 |
46 Usage samples at http://catherine.devlin.googlepages.com/cmd2.html | 46 See docs at http://packages.python.org/cmd2/ |
47 """, | 47 """, |
48 | 48 |
49 classifiers=[ | 49 classifiers=[ |
50 'Development Status :: 4 - Beta', | 50 'Development Status :: 4 - Beta', |
51 'Environment :: Console', | 51 'Environment :: Console', |