summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-01-02 12:29:56 -0800
committerAndy McCurdy <andy@andymccurdy.com>2014-01-02 12:29:56 -0800
commitd12419e5036616aec7078f82492fa8c69442a475 (patch)
tree5c8aaaa09d897bda440c473f54f22890de2cf279
parentfcee399b956b423c6f7b37b9eda54676c35854db (diff)
downloadredis-py-d12419e5036616aec7078f82492fa8c69442a475.tar.gz
remove pytest's cache directory and *.pyc files from distribution
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
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