diff options
Diffstat (limited to 'theme/MANIFEST.in')
-rw-r--r-- | theme/MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/MANIFEST.in b/theme/MANIFEST.in new file mode 100644 index 0000000..f3b070a --- /dev/null +++ b/theme/MANIFEST.in @@ -0,0 +1,3 @@ +recursive-include mkdocs_windmill *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.woff2 *mkdocs_theme.yml +recursive-exclude * __pycache__ +recursive-exclude * *.py[co] |