summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-07 14:24:08 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-07 14:24:08 -0300
commit24ff4a184a200b9e2620189db04d38a218194656 (patch)
tree746f2e976c4341ae28805562d7e5b43ae3707db1 /MANIFEST.in
parentd6d0f6ff6458e80ad5de0e4e21f2d01ca8ad978e (diff)
downloadaskbot-24ff4a184a200b9e2620189db04d38a218194656.tar.gz
askbot-24ff4a184a200b9e2620189db04d38a218194656.tar.bz2
askbot-24ff4a184a200b9e2620189db04d38a218194656.zip
moved "exclude db" statement in the MANIFEST.in up, so that the empty db file is not included into the distribution
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7d503fb7..c6e22075 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,6 +11,7 @@ recursive-exclude .git
prune dist
prune tmp
prune build
+exclude db
exclude lint
exclude settings.py
exclude manage.py
@@ -26,4 +27,3 @@ recursive-exclude categories *
recursive-exclude follow *
recursive-exclude env *
recursive-exclude .tox
-exclude db