fix missing data in release tarball

pull/137/head
Michele Guerini Rocco 2020-05-28 13:48:19 +02:00
parent 96434c9963
commit 1e9b3142a2
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
1 changed files with 1 additions and 1 deletions

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']
},