Update Makefile

This commit is contained in:
2016-02-10 21:07:22 -05:00
parent 169b7edcc3
commit 057722af23
+1 -1
View File
@@ -29,7 +29,7 @@ publish:
python setup.py register
python setup.py sdist upload
python setup.py bdist_wheel --universal upload
rm -fr dist .egg
rm -fr build dist .egg requests.egg-info
docs-init: