[Zodb-checkins] SVN: ZODB/trunk/setup.py Include all doc files (*.txt) with distribution.

Baiju M baiju.m.mail at gmail.com
Wed Mar 7 23:09:19 EST 2007


Log message for revision 73050:
  Include all doc files (*.txt) with distribution.
  These files were missing:
  
    BTrees/Development.txt
    ZEO/scripts/README.txt
    ZODB/scripts/README.txt
    ZODB/scripts/referrers.txt
  

Changed:
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2007-03-08 04:06:43 UTC (rev 73049)
+++ ZODB/trunk/setup.py	2007-03-08 04:09:19 UTC (rev 73050)
@@ -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",



More information about the Zodb-checkins mailing list