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 /testapp/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 'testapp/MANIFEST.in')
-rw-r--r-- | testapp/MANIFEST.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testapp/MANIFEST.in b/testapp/MANIFEST.in deleted file mode 100644 index 2c50f50..0000000 --- a/testapp/MANIFEST.in +++ /dev/null @@ -1,7 +0,0 @@ -include LICENSE -include README.rst -recursive-include exam/static * -recursive-include exam/templates * -recursive-include exam/management * -recursive-include exam/output * -recursive-include exam/fixtures * |