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