diff options
author | prathamesh | 2014-08-05 16:14:06 +0530 |
---|---|---|
committer | prathamesh | 2014-08-05 16:14:06 +0530 |
commit | 009e421c7a9fce96164f820ec8cba3a6f206d567 (patch) | |
tree | 9517f3cb286d16a4c8732c909febc0ea9449f044 /MANIFEST.in | |
parent | 5a9c892e2965695d1f33c38b581e8d7fb0a6ca9b (diff) | |
download | online_test-009e421c7a9fce96164f820ec8cba3a6f206d567.tar.gz online_test-009e421c7a9fce96164f820ec8cba3a6f206d567.tar.bz2 online_test-009e421c7a9fce96164f820ec8cba3a6f206d567.zip |
Modification in manifiest.in to exlude some files from the testapp package
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 80c1688..6775565 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,11 @@ 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 * |