wagtail/MANIFEST.in

10 wiersze
227 B
Plaintext

2018-03-14 13:59:02 +00:00
include LICENSE *.rst *.txt *.md
graft wagtail
2022-02-28 22:35:10 +00:00
prune **/__pycache__
prune **/static_src
global-exclude *.py[co]
global-exclude *.stories.js
global-exclude *.stories.tsx
recursive-exclude wagtail/ *.md
2022-02-28 22:35:10 +00:00
global-exclude .gitignore