From 0a1f402e2a585445d0f75b0d105e62cc0fa7b970 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 9 Feb 2011 22:27:44 -0500 Subject: fixed a bug where askbot would not work without the avatar app, and excluded avatar and adzone apps from the distribution --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 769da138..bba6c7fe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,3 +10,5 @@ exclude manage.py exclude __init__.py exclude urls.py exclude askbot/upfiles/*.* +recursive-exclude avatar * +recursive-exclude adzone * -- cgit v1.2.3-1-g7c22