From ea441efb71336df1deefcbb9328a3f44777f6df1 Mon Sep 17 00:00:00 2001 From: Terence Honles Date: Sun, 15 May 2011 21:29:52 -0700 Subject: [PATCH] adding back MANIFEST.in - it appears that the MANIFEST.in file is required to add files in the root directory to the packaged source distribution --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..a1d7b67 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include README.txt LICENSE.txt +include examples.py