diff --git a/MANIFEST.in b/MANIFEST.in index 9a50316..838bbd5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,16 @@ include VERSION include README.md include requirements/dev.txt include requirements/test.txt -prune tests \ No newline at end of file + +exclude requirements/docs.txt +exclude sonar-project.properties +exclude travis_compat_tests.sh +exclude travis_integration_tests.sh +exclude tox.ini +prune docs +prune tests +prune integration_tests +prune examples + +exclude .gitignore +prune .github