diff options
author | Prabhu Ramachandran | 2015-09-29 13:45:06 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2015-09-29 13:45:06 +0530 |
commit | ebbf135af98720f1979cd28a9108817bac385ce7 (patch) | |
tree | e812ac5466ad043f867c58bc363df823522a8468 /MANIFEST.in | |
parent | 31f5e743031d105b0406e9587dc33bb065cd6e4d (diff) | |
parent | 53be4bc2ec40a9a84ff5ea73db2fbea0a07f5338 (diff) | |
download | online_test-ebbf135af98720f1979cd28a9108817bac385ce7.tar.gz online_test-ebbf135af98720f1979cd28a9108817bac385ce7.tar.bz2 online_test-ebbf135af98720f1979cd28a9108817bac385ce7.zip |
Merge pull request #56 from ankitjavalkar/examtime
Start and Expiry times for Quizzes
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 762b21a..dbaf299 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,13 +1,8 @@ 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_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 yaksh/static * +recursive-include yaksh/templates * +recursive-include yaksh/demo_templates * +recursive-include yaksh/management * +recursive-include yaksh/output * +recursive-include yaksh/fixtures * |