[Zope3-checkins] CVS: Zope3 - setup.py:1.3

Jeremy Hylton jeremy@zope.com
Thu, 19 Dec 2002 14:47:38 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv20906

Modified Files:
	setup.py 
Log Message:
Add two .h files


=== Zope3/setup.py 1.2 => 1.3 ===
--- Zope3/setup.py:1.2	Thu Dec 19 14:46:00 2002
+++ Zope3/setup.py	Thu Dec 19 14:47:38 2002
@@ -101,7 +101,8 @@
       maintainer="Zope Corporation",
       maintainer_email="zope3-dev@zope.org",
       ext_modules = ext_modules,
-      headers = ["ZODB/cPersistence.h", "ZODB/cPersistenceAPI.h"],
+      headers = ["ZODB/cPersistence.h", "ZODB/cPersistenceAPI.h",
+                 "Zope/Proxy/proxy.h", "Zope/ContextWrapper/wrapper.h"],
       license = "http://www.zope.org/Resources/ZPL",
       platforms = ["any"],
       description = doclines[0],