From 9f7e1fa121be6f027181725fc57f737590c9edc5 Mon Sep 17 00:00:00 2001 From: Randall Degges Date: Tue, 17 Aug 2010 16:40:10 +0800 Subject: [PATCH] Adding a proper MANIFEST.in to the project. This file will instruct setuptools to package *all* important distribution packages when the code gets uploaded to PyPI. --- 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..0d9cce8 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include LICENSE README.markdown +recursive-include examples * +recursive-exclude examples *.pyc