diff --git a/MANIFEST.in b/MANIFEST.in index 7a4ec20b..67127e54 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ -recursive-include mkdocs/themes *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff +include README.md +include LICENSE.md +recursive-include mkdocs *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.xml recursive-exclude * __pycache__ recursive-exclude * *.py[co]