From 87277c084df2362d364f31b805954e2189a64171 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Wed, 29 Mar 2017 15:27:04 -0700 Subject: [PATCH] Replaced setup with twine --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81ec43b2..27cd5c28 100644 --- a/Makefile +++ b/Makefile @@ -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"