From 359f31350f95e65021c4d32837f55b91d55ef487 Mon Sep 17 00:00:00 2001 From: adi <> Date: Tue, 25 Feb 2020 20:20:34 +0100 Subject: [PATCH] Exclude in dist --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 3dbf8d8..42efd21 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,3 +5,5 @@ recursive-include markdownx/static * recursive-include markdownx/templates * recursive-include markdownx/locale * recursive-include markdownx/tests * +exclude */__pycache__/ +exclude *.DS_Store