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