diff --git a/Makefile b/Makefile index f18529a..47ec5c4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ test: @python3 -m tox publish: - @echo "---> uploading to PyPI" + @echo "---> uploading to PyPI" @python3 setup.py register @python3 setup.py sdist upload - @rm -fr dist .egg \ No newline at end of file + @rm -fr dist .egg