From 45b960fb5263d71f19372a212550c2fad98a0357 Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Sun, 20 Feb 2011 18:13:42 +0530 Subject: [PATCH] Added manifest file --- MANIFEST.IN | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MANIFEST.IN diff --git a/MANIFEST.IN b/MANIFEST.IN new file mode 100644 index 0000000..caf9dd6 --- /dev/null +++ b/MANIFEST.IN @@ -0,0 +1,5 @@ +include setup.py +include distribute_setup.py +include tests/* +exclude *egg* +recursive-include *.py *.html *.xml *.j2 *.css *.less *.yaml *.js *.png *.ico *.txt *.markdown *.md \ No newline at end of file