From 8d6c648ccc054b9cdbbb898314eb98b1986564b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=A4rdian?= Date: Tue, 19 May 2020 15:32:25 +0200 Subject: [PATCH] Ship new test suite in source dist This makes the test suite available to Debian/Ubuntu/... It enables distributions to validate the quality of the shipped package. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 12c4cc72..52ce7813 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ recursive-include python2 *.py *.txt recursive-include python3 *.py *.txt +graft test +graft tests include python2/httplib2/test/*.txt include requirements*.txt