summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorprathamesh2014-08-05 14:01:09 +0530
committerprathamesh2014-08-05 14:01:09 +0530
commit1d0250d9ec728760186d123669a27ef0f85400cd (patch)
treefb6269a985fbfa7220299587d7825441e30c8be0 /MANIFEST.in
parentecc920b833ddd7e163213afc7390fd958991dcf2 (diff)
downloadonline_test-1d0250d9ec728760186d123669a27ef0f85400cd.tar.gz
online_test-1d0250d9ec728760186d123669a27ef0f85400cd.tar.bz2
online_test-1d0250d9ec728760186d123669a27ef0f85400cd.zip
Placed setup.py in the parent folder.
pip install [git repo], this command will automatically run this setup file.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..80c1688
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,7 @@
+include LICENSE
+include README.rst
+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 *