comparison setup.py @ 1:59288b38ea7b

moved usage samples back to googlepages
author catherine@DellZilla.myhome.westell.com
date Wed, 05 Mar 2008 12:25:21 -0500
parents febfdc79550b
children 1ea887b51cad
comparison
equal deleted inserted replaced
0:febfdc79550b 1:59288b38ea7b
27 * Parsing commands with flags 27 * Parsing commands with flags
28 * Redirection to file with >, >>; input from file with < 28 * Redirection to file with >, >>; input from file with <
29 29
30 Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. 30 Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.
31 31
32 Usage samples at http://www.assembla.com/wiki/show/python-cmd2/UsageSamples 32 Usage samples at http://catherine.devlin.googlepages.com/cmd2.html
33 """, 33 """,
34 34
35 classifiers=[ 35 classifiers=[
36 'Development Status :: 4 - Beta', 36 'Development Status :: 4 - Beta',
37 'Environment :: Console', 37 'Environment :: Console',