From d119e8ef6f8ffbec50630e6fe987ac1656e87d7b Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 12 Oct 2021 22:34:41 +1100 Subject: [PATCH] Use `graft` command to include samples directory --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index eea6b5f8..2416ce79 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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]