From 1493f29fd16ddf1307b19483622a197f8573d6bd Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 12 Nov 2020 10:08:36 +0100 Subject: [PATCH] Include the examples in the built sources Signed-off-by: Mattia Rizzolo --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 4293df995..ba34b83e6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include .coveragerc .flake8 CHANGELOG.md LICENSE LONG_DESCRIPTION.rst README.md VERSION pytest.ini tox.ini recursive-include tests *.py +recursive-include examples *.txt *.py