From 4f9b0dc6fc507156150ca1f78328e7e3110f7fd3 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Wed, 17 Feb 2016 16:24:58 +1100 Subject: [PATCH] Include tests module and test files in sdist --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index a43a61d9d..c21ea9947 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,3 @@ include README.md LICENSE AUTHORS.md +include requirements.txt requirements-dev.txt tox.ini +recursive-include tests *