From f9768b7ba87b6c960e9073d5d9f5ead412cebfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Sat, 14 Dec 2019 13:48:57 +0100 Subject: [PATCH] Ignore cache when packaging --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index e63b45a..3dc62eb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,3 +7,7 @@ include example.py # Package Code graft content_hash + +# Ignore Cache +global-exclude *.py[co] +global-exclude __pycache__