[Zope-Checkins] CVS: Zope3/lib/python/Zope/ContextWrapper - setup.py:1.1.2.1.6.1
   
    Fred L. Drake, Jr.
     
    fdrake@acm.org
       
    Thu, 25 Apr 2002 15:13:44 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/ContextWrapper
In directory cvs.zope.org:/tmp/cvs-serv1458
Modified Files:
      Tag: SecurityProxy-branch
	setup.py 
Log Message:
Add the proxy module to the list of extensions that get compiled.
=== Zope3/lib/python/Zope/ContextWrapper/setup.py 1.1.2.1 => 1.1.2.1.6.1 ===
 from distutils.core import setup, Extension
 
-setup(name="wrapper", version = "0.1",
-      ext_modules=[Extension("wrapper", ["wrapper.c"])])
+setup(name="wrapper", version = "0.2",
+      ext_modules=[Extension("wrapper", ["wrapper.c"]),
+                   Extension("proxy", ["proxy.c"])])