include attic.tar.gz when installing the package

also: add include_package_data=True to get it in sync with master branch
This commit is contained in:
Thomas Waldmann 2017-06-26 20:24:43 +02:00
parent 2c3cdf8c6c
commit 91b0b3a442
1 changed files with 3 additions and 1 deletions

View File

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