From 70fc8dd5f491d64100afdc3c6a979b2b178b0c3a Mon Sep 17 00:00:00 2001 From: chewingbever Date: Fri, 28 Aug 2020 11:43:55 +0200 Subject: [PATCH] Remove tar sdist from setup.py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f30a78..0f70aa5 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ package: README.md LICENSE setup.py test clean-setup @ echo "Removing build..." @ [ ! -e "dist" ] || rm -r "dist" @ echo "Running setup.py..." - @ "$(VENV)/bin/python" setup.py sdist bdist_wheel + @ "$(VENV)/bin/python" setup.py bdist_wheel publish: package @ [ "$$(git symbolic-ref HEAD --short)" = master ] && { \