Skip to content

Commit

Permalink
remove deprecated dist options
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 20, 2018
1 parent f6448c1 commit 8cb5c16
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
installdev
install
build
pypimeta
pypi
none

Expand Down Expand Up @@ -127,19 +126,15 @@ 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/*

buildupload:
@make testsetup
@make build
@make pypimeta
@make pypi

none:
Expand Down

0 comments on commit 8cb5c16

Please sign in to comment.