pelican/MANIFEST.in
2021-10-12 22:29:59 +11:00

6 lines
242 B
Text

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