[Zope-Checkins] CVS: Zope - setup.py:1.4
Matt Behrens
matt@zigg.com
Mon, 20 May 2002 09:22:40 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv32126
Modified Files:
setup.py
Log Message:
revert stopper setup.py-age; stopper is not in the Zope module. ok
guido@.
when/if merge day comes for the installer this will make for less
confusion :-)
=== Zope/setup.py 1.3 => 1.4 ===
)
-stopper = Extension(name = "Products.ZCTextIndex.stopper",
- sources = ["Products/ZCTextIndex/stopper.c"])
-
-setup(name = "Products.ZCTextIndex",
- ext_modules = [stopper])
-
os.chdir(top_dir)