Files
deb-python-daemonize/Makefile
Ilya Otyutskiy 9018be18f9 Update Makefile
2016-07-28 23:06:00 +03:00

12 lines
169 B
Makefile

all: clean upload
clean:
rm -rf dist daemonize.egg-info
upload:
python setup.py sdist bdist_wheel
twine upload dist/*
docs:
sphinx-build -b html docs docs/_build