Add sdist info to README

This commit is contained in:
Tom Christie 2011-06-02 12:21:22 +01:00
parent c4d800ef32
commit cfaf0090a6

4
README
View File

@ -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