summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 06a9b7d56474719f610b8d4c81c8120e0a7f6c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/yaksh/static *
recursive-include testapp/yaksh/templates *
recursive-include testapp/yaksh/management *
recursive-include testapp/yaksh/output *
recursive-include testapp/yaksh/fixtures *