changeset 381:04897151927b

doc handling corrections
author catherine@Drou
date Mon, 01 Mar 2010 06:57:10 -0500
parents de2306847251
children 2687482dfa33
files docs/refresh.bash setup.py
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs/refresh.bash	Mon Feb 22 21:26:40 2010 -0500
+++ b/docs/refresh.bash	Mon Mar 01 06:57:10 2010 -0500
@@ -1,8 +1,8 @@
 make html
 #scp -r build catherine@$tummy:/var/www/sqlpython
-cd _build
+cd _build/html
 zip -r cmd2_docs *
-mv cmd2_docs.zip ..
+mv cmd2_docs.zip ../..
 cd ..
 echo "Upload cmd2_docs.zip to http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=cmd2"
 scp -r _build/html www-data@$tummy:/var/www/cmd2
--- 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=[