summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..2cbc3a7c
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,11 @@
+include ez_setup.py
+recursive-include askbot *
+recursive-exclude askbot *.pyc
+recursive-exclude .git
+prune dist
+prune tmp
+prune build
+exclude settings.py
+exclude manage.py
+exclude __init__.py
+exclude urls.py