From c325e14e23c3ba5375b2650a2958874a695f597f Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Sun, 9 Sep 2012 10:39:11 +0000 Subject: [PATCH] add manifest --- 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..098d386 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include *.txt + +recursive-include src/Products * + +global-exclude *.pyc +global-exclude *.pyo