From 59e40a699f18b61be2d63858535f6ca771bf22e4 Mon Sep 17 00:00:00 2001 From: hugo Date: Wed, 7 Oct 2020 13:16:08 +1100 Subject: [PATCH] fix impartial distribution by MANIFEST --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index a1aea6b5..5ea63755 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,5 @@ include versioneer.py include pytng/_version.py +recursive-include pytng/ * +recursive-include tests/ * +