Skip to content
Snippets Groups Projects
Commit eb65fdd8 authored by zqwerty's avatar zqwerty
Browse files

add boto3 support for download in setup.py, excluding data/* using MANIFEST

parent a62b8179
No related branches found
No related tags found
No related merge requests found
prune data
\ No newline at end of file
...@@ -24,6 +24,7 @@ setup( ...@@ -24,6 +24,7 @@ setup(
], ],
setup_requires=['setuptools-git'], setup_requires=['setuptools-git'],
install_requires=[ install_requires=[
'boto3',
'matplotlib', 'matplotlib',
'tabulate', 'tabulate',
'python-Levenshtein', 'python-Levenshtein',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment