From 81035b1505cd6492d98c83a759db495da6e5758f Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 31 Oct 2009 20:00:40 +0000 Subject: [PATCH] Added PKG-INFO --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..7ea2fdd --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include MANIFEST.in Makefile CHANGES INSTALL LICENCE README TODO PKG-INFO +include Modules/*.c Modules/*.h Modules/LICENSE +recursive-include Build *.cfg* +recursive-include Lib *.py +recursive-include Demo *.py +recursive-include Tests *.py