Adds makefile, bumps version to 0.1.5

This commit is contained in:
Niru Maheswaranathan
2015-10-01 10:16:00 -07:00
parent 627cc32ac0
commit 7ca03c0fd6
8 changed files with 21 additions and 21 deletions

13
Makefile Normal file
View File

@@ -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__