@@ -0,0 +1,18 @@
.PHONY : all
all :
install : all
pip install -U .
package :
python setup.py sdist
release : clean package
twine upload dist/*
clean :
rm -rf build dist wrapt.egg-info
test :
tox
The note is not visible to the blocked user.