From aaa547e7638e4d6ff46b3cd60341d229b2ebd2a5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 10 Nov 2016 08:48:56 -0200 Subject: [PATCH] Add some recursive-exclude related to hypothesis and freeze --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8e2cd6118..0c5bfd552 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -23,6 +23,10 @@ exclude _pytest/impl graft _pytest/vendored_packages recursive-exclude * *.pyc *.pyo +recursive-exclude testing/.hypothesis * +recursive-exclude testing/freeze/~ * +recursive-exclude testing/freeze/build * +recursive-exclude testing/freeze/dist * exclude appveyor.yml exclude .travis.yml