Commit 7c941664 authored by Baiju Muthukadan's avatar Baiju Muthukadan

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
parent 4a79ab30
...@@ -193,11 +193,14 @@ def copy_other_files(cmd, outputbase): ...@@ -193,11 +193,14 @@ def copy_other_files(cmd, outputbase):
# into a package just like .py files. # into a package just like .py files.
extensions = ["*.conf", "*.xml", "*.txt", "*.sh"] extensions = ["*.conf", "*.xml", "*.txt", "*.sh"]
directories = [ directories = [
"BTrees",
"transaction", "transaction",
"transaction/tests", "transaction/tests",
"persistent/tests", "persistent/tests",
"ZEO", "ZEO",
"ZEO/scripts",
"ZODB", "ZODB",
"ZODB/scripts",
"ZODB/tests", "ZODB/tests",
"ZODB/Blobs", "ZODB/Blobs",
"ZODB/Blobs/tests", "ZODB/Blobs/tests",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment