Use graft command to include samples directory

This commit is contained in:
Ben Sturmfels 2021-10-12 22:34:41 +11:00
commit d119e8ef6f
No known key found for this signature in database
GPG key ID: 023C05E2C9C068F0

View file

@ -1,6 +1,6 @@
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
graft samples
global-exclude __pycache__
global-exclude *.py[co]