[ZODB-Dev] missing doc files: patch for ZODB trunk setup.py

Baiju M mbaiju at zeomega.com
Tue Mar 6 05:34:29 EST 2007


Hi,
   Few doc files (*.txt) are missing when creating a source or binary
distribution in trunk (3.8?).

Here is a patch to fix this issue:

Index: setup.py
===================================================================
--- setup.py    (revision 72997)
+++ setup.py    (working copy)
@@ -193,11 +193,14 @@
     # into a package just like .py files.
     extensions = ["*.conf", "*.xml", "*.txt", "*.sh"]
     directories = [
+        "BTrees",
         "transaction",
         "transaction/tests",
         "persistent/tests",
         "ZEO",
+        "ZEO/scripts",
         "ZODB",
+        "ZODB/scripts",
         "ZODB/tests",
         "ZODB/Blobs",
         "ZODB/Blobs/tests",

This can be downloaded from here: 
http://zissue.berlios.de/z3/ZODB-setup.diff.txt

Regards,
Baiju M



More information about the ZODB-Dev mailing list