diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000000000000000000000000000000000000..544f538c96363879606224f37ffdbd3d87d7b36a --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +prune data \ No newline at end of file diff --git a/setup.py b/setup.py index aae0ccc57465c136168984a5b8104e36e4c430e0..6a51d8cc70d1d400169e4e65bbf21abe15ba8374 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( ], setup_requires=['setuptools-git'], install_requires=[ + 'boto3', 'matplotlib', 'tabulate', 'python-Levenshtein',