[Zope-Checkins] CVS: Zope - setup.py:1.60

Andreas Jung andreas at andreas-jung.com
Thu Apr 15 02:48:09 EDT 2004


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv27972

Modified Files:
	setup.py 
Log Message:
removed SearchIndex


=== Zope/setup.py 1.59 => 1.60 ===
--- Zope/setup.py:1.59	Tue Apr 13 14:48:09 2004
+++ Zope/setup.py	Thu Apr 15 02:48:08 2004
@@ -403,18 +403,6 @@
     packages=['RestrictedPython', 'RestrictedPython.tests'],
     )
 
-# SearchIndex
-setup(
-    name='SearchIndex',
-    author=AUTHOR,
-
-    packages=['SearchIndex', 'SearchIndex.tests'],
-    data_files=[['SearchIndex', ['SearchIndex/*.txt']]],
-    ext_modules=[
-        Extension(name='SearchIndex.Splitter',
-                  sources=['SearchIndex/Splitter.c'])]
-    )
-
 # Shared.DC bases
 setup(
     name='Shared.DC',




More information about the Zope-Checkins mailing list