From c2ceb24fc150495c980e949a6855c0f2209c652c Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 22 May 2017 12:35:46 -0700 Subject: [PATCH] Adding a MANIFEST.in file This file modifies what gets put into the PyPI source distribution tarball. Adding a few files to this to help with Debian packaging. --- 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 000000000..4b5aecd6b --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include CHANGES.md README.md LICENSE +recursive-include tests *.py *.txt +recursive-include examples *.py *.txt