aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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