aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Christie2011-06-02 12:21:22 +0100
committerTom Christie2011-06-02 12:21:22 +0100
commitcfaf0090a620cc37df1a71bd7260f64fb2dec8fb (patch)
tree02f05e759ed147f071215a219b527b45098b3995 /README
parentc4d800ef326b1e5b571a41d5f6258f15d2652b79 (diff)
downloaddjango-rest-framework-cfaf0090a620cc37df1a71bd7260f64fb2dec8fb.tar.bz2
Add sdist info to README
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 70df13b8..6f28dc3a 100644
--- a/README
+++ b/README
@@ -34,3 +34,7 @@ sphinx-build -c docs -b html -d docs/build docs html
deactivate # Ensure we are not currently running in a virtualenv
tox
+
+# To create sdist packages
+
+python setup.py sdist --formats=gztar,zip