summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 769da138ae97d66c4119438299bfed767704ef9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
exclude askbot/upfiles/*.*