wagtail/MANIFEST.in

10 wiersze
227 B
Plaintext

include LICENSE *.rst *.txt *.md
graft wagtail
prune **/__pycache__
prune **/static_src
global-exclude *.py[co]
global-exclude *.stories.js
global-exclude *.stories.tsx
recursive-exclude wagtail/ *.md
global-exclude .gitignore