From 57a38b82e639723d72e2c61a8458bf009344ca37 Mon Sep 17 00:00:00 2001 From: Grokzen Date: Thu, 27 Aug 2015 22:50:30 +0200 Subject: [PATCH] Add tests/ to sdist to enable testing in downstring linux packaging --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) 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