diff --git a/MANIFEST.IN b/MANIFEST.IN new file mode 100644 index 0000000..e48ab26 --- /dev/null +++ b/MANIFEST.IN @@ -0,0 +1,4 @@ +recursive-include pyannote *.py +recursive-include pyannote *.yaml +global-exclude *.pyc +global-exclude __pycache__ \ No newline at end of file