summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: c1ba7a78aed549053194c6a8b169fbc8e2d552f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include LICENSE
include README.rst
exclude testapp/production.py
exclude testapp/settings.py
exclude testapp/urls.py
exclude testapp/test_server.py
exclude testapp/manage.py
recursive-exclude testapp/myauthentication *
recursive-include testapp/exam/static *
recursive-include testapp/exam/templates *
recursive-include testapp/exam/management *
recursive-include testapp/exam/output *
recursive-include testapp/exam/fixtures *
recursive-include testapp/templates *