diff --git a/MANIFEST.in b/MANIFEST.in index 8401418..737dbdb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,6 @@ include docs/License.txt include ReleaseNotes.rst include setup.py include README.md +exclude __pycache__ +recursive-include tests * +recursive-exclude tests *.pyc