From 8e5f67671d564277ec9d75bd5b339fe45fb256f2 Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Sun, 19 Oct 2014 10:14:29 -0500 Subject: [PATCH] Add examples to sdist. When packaging it's useful to provide the examples to users who may want to have them locally. This adds the examples to the sdist so the source installer can choose if they want to put the examples on their system. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9d5d250..3da4d41 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include LICENSE include README.rst +recursive-include examples *