From a65d980c687ecefb0af7a5c96e5b1d2c04812048 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 15 May 2002 20:46:56 +0000 Subject: [PATCH] [Bug #556370] Update URL for Expat --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 037226d7ab45..1ed7d8810e45 100644 --- a/setup.py +++ b/setup.py @@ -545,8 +545,7 @@ class PyBuildExt(build_ext): # prototype by Jack Jansen. # # The Expat dist includes Windows .lib and .dll files. Home page is - # at http://www.jclark.com/xml/expat.html, the current production - # release is always ftp://ftp.jclark.com/pub/xml/expat.zip. + # at http://sourceforge.net/projects/expat/. # # EXPAT_DIR, below, should point to the expat/ directory created by # unpacking the Expat source distribution. -- 2.47.3