From 25c95ace1d0b55641b75030568eefbccd245a6e3 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 25 Apr 2016 21:19:38 +0200 Subject: Exclude *.pyc files from source tarballs --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index c84a9dd3..49297210 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,3 +7,5 @@ include requirements.txt graft git/test/fixtures graft git/test/performance + +global-exclude __pycache__ *.pyc -- cgit v1.2.1