From cfaf0090a620cc37df1a71bd7260f64fb2dec8fb Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 2 Jun 2011 12:21:22 +0100 Subject: [PATCH] Add sdist info to README --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 70df13b80..6f28dc3aa 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