From a47f231502a5522578e8399f068c05a99399f4b1 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Tue, 4 Sep 2018 13:10:53 +0300 Subject: [PATCH] Make sure *.pyc files are not included in the tarball --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index afe1754..3b6b34c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include LICENSE.rst -graft test +include test/*.py +include test/images/* -- 2.39.0.windows.2