[Zope3-checkins] CVS: Zope3 - setup.py:1.10
Jeremy Hylton
jeremy@zope.com
Thu, 19 Dec 2002 18:21:32 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv18878
Modified Files:
setup.py
Log Message:
Primitive attempt to include the headers.
It does get the headers installed, but not in the right place.
=== Zope3/setup.py 1.9 => 1.10 ===
--- Zope3/setup.py:1.9 Thu Dec 19 18:08:29 2002
+++ Zope3/setup.py Thu Dec 19 18:21:32 2002
@@ -188,8 +188,11 @@
maintainer_email="zope3-dev@zope.org",
url = "http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage",
ext_modules = ext_modules,
-## headers = ["ZODB/cPersistence.h", "ZODB/cPersistenceAPI.h",
-## "Zope/Proxy/proxy.h", "Zope/ContextWrapper/wrapper.h"],
+ # This doesn't work right at all
+ headers = ["lib/python/Persistence/cPersistence.h",
+ "lib/python/Persistence/cPersistenceAPI.h",
+ "lib/python/Zope/Proxy/proxy.h",
+ "lib/python/Zope/ContextWrapper/wrapper.h"],
license = "http://www.zope.org/Resources/ZPL",
platforms = ["any"],
description = doclines[0],