mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-09 09:59:51 +01:00
add tests data to pypi
This commit is contained in:
parent
cb489b395b
commit
2b659305ec
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ if __name__ == '__main__':
|
||||
author_email='me@viktorstanchev.com',
|
||||
license='AGPL',
|
||||
packages=find_packages(),
|
||||
package_data={'': ["data/*.json"]},
|
||||
package_data={'': ["data/*.json", "tests/data/*"]},
|
||||
entry_points={
|
||||
'console_scripts': ['pirate-get = pirate.pirate:main']
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user