remove deprecated dist options

This commit is contained in:
Casper da Costa-Luis 2018-10-20 22:38:47 +01:00
parent f6448c14cc
commit 8cb5c1698b
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 2 additions and 7 deletions

View File

@ -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: