浏览代码

include attic.tar.gz when installing the package

also: add include_package_data=True to get it in sync with master branch
Thomas Waldmann 8 年之前
父节点
当前提交
91b0b3a442
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      setup.py

+ 3 - 1
setup.py

@@ -270,8 +270,10 @@ setup(
             'borg = borg.archiver:main',
         ]
     },
+    include_package_data=True,
     package_data={
-        'borg': ['paperkey.html']
+        'borg': ['paperkey.html'],
+        'borg.testsuite': ['attic.tar.gz'],
     },
     cmdclass=cmdclass,
     ext_modules=ext_modules,