aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Märdian <lukas.maerdian@canonical.com>2020-05-19 15:32:25 +0200
committerLukas Märdian <lukas.maerdian@canonical.com>2020-05-19 15:35:46 +0200
commitfe3136ac369199abd9d6afd2d2a61a11da9e32ac (patch)
tree9d455734260dce20858a928a3c542fceba81504a
parentf5684876ef5e3b57c81f716c08b316fa36684f08 (diff)
downloadhttplib2-fe3136ac369199abd9d6afd2d2a61a11da9e32ac.tar.gz
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.
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 12c4cc7..52ce781 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