From d12419e5036616aec7078f82492fa8c69442a475 Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Thu, 2 Jan 2014 12:29:56 -0800 Subject: remove pytest's cache directory and *.pyc files from distribution --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index afd4e28..7aaee12 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,6 @@ include CHANGES include INSTALL include LICENSE include README.rst +exclude __pycache__ recursive-include tests * +recursive-exclude tests *.pyc -- cgit v1.2.1