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):
# 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",
......
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