Mercurial > python-cmd2
diff setup.py @ 381:04897151927b
doc handling corrections
author | catherine@Drou |
---|---|
date | Mon, 01 Mar 2010 06:57:10 -0500 |
parents | 4300ef912f4a |
children | 99c66656d81b |
line wrap: on
line diff
--- a/setup.py Mon Feb 22 21:26:40 2010 -0500 +++ b/setup.py Mon Mar 01 06:57:10 2010 -0500 @@ -20,7 +20,7 @@ description = "Extra features for standard library's cmd module", license = 'MIT', keywords = 'command prompt console cmd', - url = 'http://www.assembla.com/wiki/show/python-cmd2', + url = 'http://packages.python.org/cmd2/', install_requires = install_requires, long_description = """Enhancements for standard library's cmd module. @@ -43,7 +43,7 @@ Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. -Usage samples at http://catherine.devlin.googlepages.com/cmd2.html +See docs at http://packages.python.org/cmd2/ """, classifiers=[