Update URL (quixote/setup.py)

Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 11 Dec 2002 14:34:39 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv23240

Modified Files:
	setup.py 
Log Message:
Update URL

Index: setup.py
===================================================================
RCS file: /home/cvs/quixote/setup.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- setup.py	20 Nov 2002 19:43:22 -0000	1.24
+++ setup.py	11 Dec 2002 19:34:37 -0000	1.25
@@ -13,7 +13,7 @@
        description = "A highly Pythonic Web application framework",
        author = "MEMS Exchange",
        author_email = "quixote-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]",
-       url = "http://www.mems-exchange.org/software/python/quixote/",
+       url = "http://www.mems-exchange.org/software/quixote/",
 
        package_dir = {'quixote':os.curdir},
        packages = ['quixote',  'quixote.demo', 'quixote.form',