Remove superfluous comment

This commit is contained in:
Sylvain Bellemare 2017-02-07 18:05:01 +01:00 committed by Brett Sun
parent 15e9951b0b
commit 5e479d831b

View File

@ -74,7 +74,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
servedocs: docs ## compile the docs watching for changes
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
release: clean ## package and upload a release (requires a `~/.pypirc` file)
release: clean ## package and upload a release
twine upload dist/*
dist: clean ## builds source (and not for now, wheel package)