diff options
author | prathamesh | 2014-08-05 14:01:09 +0530 |
---|---|---|
committer | prathamesh | 2014-08-05 14:01:09 +0530 |
commit | 1d0250d9ec728760186d123669a27ef0f85400cd (patch) | |
tree | fb6269a985fbfa7220299587d7825441e30c8be0 /MANIFEST.in | |
parent | ecc920b833ddd7e163213afc7390fd958991dcf2 (diff) | |
download | online_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.in | 7 |
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 * |