diff --git a/MANIFEST.IN b/MANIFEST.IN index e1a3884..e2cb9a8 100644 --- a/MANIFEST.IN +++ b/MANIFEST.IN @@ -1,5 +1,6 @@ recursive-include scraibe *.py recursive-include scraibe *.yaml -include requirements.txt +recursive-exclude test/* +global-include requirements.txt global-exclude *.pyc -global-exclude __pycache__ \ No newline at end of file +global-exclude __pycache__