pelican/MANIFEST.in
2021-10-08 18:36:12 +11:00

5 lines
221 B
Text

include *.rst
recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
recursive-include samples *
exclude samples/__pycache__/*
include LICENSE THANKS docs/changelog.rst pyproject.toml