From ca93136b22c02abadeba6eef77d707ef50a72c76 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Wed, 22 Aug 2018 00:42:59 +0200 Subject: [PATCH] Include tests in source distributions --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 016aa76..16866de 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,5 @@ include LICENSE.txt CHANGELOG.rst recursive-include demos *.py *.bat *.sh +graft tests +global-exclude __pycache__ +global-exclude *.py[co]