aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTom Christie2011-06-02 12:17:21 +0100
committerTom Christie2011-06-02 12:17:21 +0100
commitc4d800ef326b1e5b571a41d5f6258f15d2652b79 (patch)
tree59a27b893d5da6ddc4ebdcc1209915a77545744a /MANIFEST.in
parentfb805bbb7ca80808258520219330cc5fb3bc0517 (diff)
downloaddjango-rest-framework-c4d800ef326b1e5b571a41d5f6258f15d2652b79.tar.bz2
proper manifest. setup groks version from __init__
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..fc9ce976
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,5 @@
+recursive-include djangorestframework/static *.ico *.txt
+recursive-include djangorestframework/templates *.txt *.html
+recursive-include examples .keep *.py *.txt
+recursive-include docs *.py *.rst *.html *.txt
+include AUTHORS LICENSE requirements.txt tox.ini