diff --git a/Makefile b/Makefile index e868f85..25a2517 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ site: docs: make -C docs html +upload: r + python setup.py sdist upload + full: d tox site docs venv: