mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-04-12 07:06:28 +07:00
The MANIFEST.in file includes all of the files used by the themes we ship with MkDocs and excludes __pycache__ (py3) and py[co] (py2). Fixes #196
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
recursive-include mkdocs/themes *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff
|
|
recursive-exclude * __pycache__
|
|
recursive-exclude * *.py[co]
|