From 388c4a531f8ad29d805c252361f4267bec9711cf Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sat, 25 Jan 2020 16:50:18 -0500 Subject: [PATCH] Update MANIFEST.in so tests are in the sdist I've just packaged publicsuffix2 for Debian (so we can get rid of publicsuffix). We like to run the package tests are part of our QA process, so it would be nice if they were included in the sdist. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 70aa444..909afe4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,7 @@ graft src include CHANGELOG.rst include README.rst include publicsuffix2.LICENSE +include tests.py +include tests_mozilla.py global-exclude *.py[co] __pycache__ *.so *.pyd