[Zodb-checkins] SVN: ZODB/branches/fdrake-optional-64bits/setup.py
	Zope 3 expects the BTree development information in the
	installation; 
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Fri Apr 21 19:50:47 EDT 2006
    
    
  
Log message for revision 67265:
  Zope 3 expects the BTree development information in the installation;
  how silly of Zope 3
  
Changed:
  U   ZODB/branches/fdrake-optional-64bits/setup.py
-=-
Modified: ZODB/branches/fdrake-optional-64bits/setup.py
===================================================================
--- ZODB/branches/fdrake-optional-64bits/setup.py	2006-04-21 23:16:54 UTC (rev 67264)
+++ ZODB/branches/fdrake-optional-64bits/setup.py	2006-04-21 23:50:46 UTC (rev 67265)
@@ -190,6 +190,7 @@
     directories = [
         "transaction",
         "persistent/tests",
+        "BTrees",
         "ZConfig/components/basic",
         "ZConfig/components/logger",
         "ZConfig/tests/input",
    
    
More information about the Zodb-checkins
mailing list