From: Alex M. <al...@us...> - 2007-02-24 00:16:29
|
Update of /cvsroot/gmpy/gmpy In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19239 Modified Files: setes.py setup.py Log Message: Further minor cleanups Index: setes.py =================================================================== RCS file: /cvsroot/gmpy/gmpy/setes.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setes.py 11 Nov 2005 21:52:23 -0000 1.3 --- setes.py 24 Feb 2007 00:16:27 -0000 1.4 *************** *** 15,19 **** maintainer = "Alex Martelli", maintainer_email = "al...@gm...", ! url = "http://gmpy.sourceforge.net/", ext_modules = [ gmpy_ext ] --- 15,19 ---- maintainer = "Alex Martelli", maintainer_email = "al...@gm...", ! url = "http://code.google.com/p/gmpy/source/", ext_modules = [ gmpy_ext ] Index: setup.py =================================================================== RCS file: /cvsroot/gmpy/gmpy/setup.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** setup.py 24 Feb 2007 00:00:50 -0000 1.10 --- setup.py 24 Feb 2007 00:16:27 -0000 1.11 *************** *** 31,37 **** maintainer = "Alex Martelli", maintainer_email = "al...@gm...", ! url = "http://gmpy.sourceforge.net/", description = "GMP-4 to Python-2.{2-5} interface", ! download_url = "http://http://prdownloads.sourceforge.net/gmpy/gmpy-sources-101.zip?download", classifiers = [ --- 31,37 ---- maintainer = "Alex Martelli", maintainer_email = "al...@gm...", ! url = "http://code.google.com/p/gmpy/", description = "GMP-4 to Python-2.{2-5} interface", ! # download_url = "http://http://prdownloads.sourceforge.net/gmpy/gmpy-sources-101.zip?download", classifiers = [ |