From 99f3ba1648004af22ede20d09d567cb33dce3db8 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 15 Sep 2003 12:27:18 +0000 Subject: Remove possibly-misleading Expat version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 25d7607..cf55010 100644 --- a/setup.py +++ b/setup.py @@ -719,8 +719,8 @@ class PyBuildExt(build_ext): # Expat was written by James Clark and is now maintained by a # group of developers on SourceForge; see www.libexpat.org for # more information. The pyexpat module was written by Paul - # Prescod after a prototype by Jack Jansen. Source of Expat - # 1.95.2 is included in Modules/expat/. Usage of a system + # Prescod after a prototype by Jack Jansen. The Expat source + # is included in Modules/expat/. Usage of a system # shared libexpat.so/expat.dll is not advised. # # More information on Expat can be found at www.libexpat.org. -- cgit v0.12