From 8cb5c1698b46695040a8282800945b3a4d344f6e Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 20 Oct 2018 22:38:47 +0100 Subject: [PATCH] remove deprecated dist options --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index e38a64b7..cd8a2d67 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ installdev install build - pypimeta pypi none @@ -127,11 +126,8 @@ install: build: @make prebuildclean - python setup.py sdist --formats=gztar,zip bdist_wheel - python setup.py bdist_wininst - -pypimeta: - python setup.py register + python setup.py sdist bdist_wheel + # python setup.py bdist_wininst pypi: twine upload dist/* @@ -139,7 +135,6 @@ pypi: buildupload: @make testsetup @make build - @make pypimeta @make pypi none: