浏览代码

move 3rd party docs/license file from package dir to docs/3rd_party

setup.py excludes all .c .h .pyx files from installation, but such
docs / license files would still be copied to the target directory
if they are inside the python "borg" package dir.

(cherry picked from commit 831a06a07d93626b33b094f75c63ae017c09974f)
Thomas Waldmann 7 年之前
父节点
当前提交
209bf2dc24
共有 3 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/3rd_party/README
  2. 0 0
      docs/3rd_party/blake2/COPYING
  3. 0 0
      docs/3rd_party/blake2/README.md

+ 5 - 0
docs/3rd_party/README

@@ -0,0 +1,5 @@
+Here we store 3rd party documentation, licenses, etc.
+
+Please note that all files inside the "borg" package directory (except the
+stuff excluded in setup.py) will be INSTALLED, so don't keep docs or licenses
+there.

+ 0 - 0
src/borg/algorithms/blake2/COPYING → docs/3rd_party/blake2/COPYING


+ 0 - 0
src/borg/algorithms/blake2/README.md → docs/3rd_party/blake2/README.md