Update Makefile

This commit is contained in:
Ilya Otyutskiy 2016-07-28 23:06:00 +03:00
parent a23fdadee0
commit 9018be18f9
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ clean:
rm -rf dist daemonize.egg-info
upload:
python setup.py sdist bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload dist/*
docs:
sphinx-build -b html docs docs/_build