Skip to content

Commit

Permalink
Replaced setup with twine
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Mar 29, 2017
1 parent 9fa997d commit 87277c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dist: clean doctest unittest doc
python setup.py bdist_egg
rm -rf build
rm -rf buildingspy.egg-info
python setup.py sdist --formats=gztar,zip bdist_egg upload -r https://pypi.python.org/pypi
twine upload dist/*
@echo "Source distribution is in directory dist"
@echo "To post to server, run postBuildingsPyToWeb.sh"

Expand Down

0 comments on commit 87277c0

Please sign in to comment.