diff options
author | prathamesh | 2014-07-15 11:54:08 +0530 |
---|---|---|
committer | prathamesh | 2014-07-15 11:54:08 +0530 |
commit | 1e2cff5c412539e037ddc2bd0a72624e9a8da665 (patch) | |
tree | b69654ab7e3c77abb8eb9ae0f4582754ef5c1705 /testapp/MANIFEST.in | |
parent | 3350bd51bac7e010fcd9532bfe82eb7d66d8529f (diff) | |
download | online_test-1e2cff5c412539e037ddc2bd0a72624e9a8da665.tar.gz online_test-1e2cff5c412539e037ddc2bd0a72624e9a8da665.tar.bz2 online_test-1e2cff5c412539e037ddc2bd0a72624e9a8da665.zip |
django exam app package.
run 'python setup.py sdist' to create the distribution package.
Diffstat (limited to 'testapp/MANIFEST.in')
-rw-r--r-- | testapp/MANIFEST.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testapp/MANIFEST.in b/testapp/MANIFEST.in new file mode 100644 index 0000000..2c50f50 --- /dev/null +++ b/testapp/MANIFEST.in @@ -0,0 +1,7 @@ +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 * |