diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 762b21a..06a9b7d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,8 +6,8 @@ exclude testapp/urls.py exclude testapp/test_server.py exclude testapp/manage.py recursive-exclude testapp/myauthentication * -recursive-include testapp/yaksh_app/static * -recursive-include testapp/yaksh_app/templates * -recursive-include testapp/yaksh_app/management * -recursive-include testapp/yaksh_app/output * -recursive-include testapp/yaksh_app/fixtures * +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 * |