Commit 4d6237d4 authored by Andreas Jung's avatar Andreas Jung

removed SearchIndex

parent 68a964a9
......@@ -403,18 +403,6 @@ setup(
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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment