From 8be45bd89c1c297e12fc4efaaa41d9cb78bceac8 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 8 Oct 2021 15:09:59 +1100 Subject: [PATCH] Distribute sample data used to run tests. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 469f6fff..b73c6a52 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ 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