@@ -0,0 +1,13 @@
all:
python setup.py install
develop:
python setup.py develop
upload:
python setup.py sdist bdist_wininst upload
clean:
rm -rf tableprint.egg-info
rm -f *.pyc
rm -rf __pycache__
The note is not visible to the blocked user.