MANIFEST.in 227 B

123456789
  1. include LICENSE *.rst *.txt *.md
  2. graft wagtail
  3. prune **/__pycache__
  4. prune **/static_src
  5. global-exclude *.py[co]
  6. global-exclude *.stories.js
  7. global-exclude *.stories.tsx
  8. recursive-exclude wagtail/ *.md
  9. global-exclude .gitignore