0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/MANIFEST.in
2023-11-09 08:57:56 +00:00

10 lines
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