diff --git a/MANIFEST.in b/MANIFEST.in index 9626d25..ac93f12 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,11 @@ +# stuff we need to include into the sdist is handled automatically by +# setuptools_scm - it includes all git-committed files. +# but we want to exclude some committed files/dirs not needed in the sdist: +recursive-exclude swh/provenance/tools * include Makefile include README.md include requirements*.txt include version.txt recursive-include sql * recursive-include swh/provenance/sql * recursive-include swh py.typed