1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00
mkdocs-material/MANIFEST.in

8 lines
205 B
Plaintext
Raw Normal View History

recursive-include material *.ico *.js *.css *.html *.svg
recursive-exclude site *
recursive-exclude * __pycache__
2017-01-02 08:58:18 +01:00
recursive-exclude * *.py[co]
include LICENSE
2017-02-16 22:56:24 +01:00
include package.json
include requirements.txt