From dd58c5c0d61ad23b56d703175e2c7f1576dc9442 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 27 Apr 2010 09:21:47 -0500 Subject: [PATCH] Add MANIFEST.in so sdist produces working build. --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..277396d --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +recursive-include examples * +include README.rst +include AUTHORS