1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +01:00

fix missing data in release tarball

This commit is contained in:
Michele Guerini Rocco 2020-05-28 13:48:19 +02:00
parent 96434c9963
commit 1e9b3142a2
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -18,7 +18,7 @@ if __name__ == '__main__':
author_email='me@viktorstanchev.com',
license='AGPL',
packages=find_packages(),
package_data={'': ["data/*.json", "tests/data/*"]},
package_data={'': ["data/*", "tests/data/*"]},
entry_points={
'console_scripts': ['pirate-get = pirate.pirate:main']
},