Files
mkdocs/MANIFEST.in
Dougal Matthews da26584a51 Add MANIFEST.in file
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
2014-11-07 12:41:55 +00:00

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]