add make install command

This commit is contained in:
PyYoshi 2016-10-17 23:21:48 +09:00
parent 25b581294f
commit f3470c6da4

View file

@ -13,3 +13,6 @@ pip:
twine: twine:
twine upload dist/*.whl twine upload dist/*.whl
twine upload dist/*.tar.gz twine upload dist/*.tar.gz
install: clean
python setup.py install