mirror of https://github.com/tqdm/tqdm.git
remove deprecated dist options
This commit is contained in:
parent
f6448c14cc
commit
8cb5c1698b
9
Makefile
9
Makefile
|
@ -30,7 +30,6 @@
|
||||||
installdev
|
installdev
|
||||||
install
|
install
|
||||||
build
|
build
|
||||||
pypimeta
|
|
||||||
pypi
|
pypi
|
||||||
none
|
none
|
||||||
|
|
||||||
|
@ -127,11 +126,8 @@ install:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@make prebuildclean
|
@make prebuildclean
|
||||||
python setup.py sdist --formats=gztar,zip bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
python setup.py bdist_wininst
|
# python setup.py bdist_wininst
|
||||||
|
|
||||||
pypimeta:
|
|
||||||
python setup.py register
|
|
||||||
|
|
||||||
pypi:
|
pypi:
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
@ -139,7 +135,6 @@ pypi:
|
||||||
buildupload:
|
buildupload:
|
||||||
@make testsetup
|
@make testsetup
|
||||||
@make build
|
@make build
|
||||||
@make pypimeta
|
|
||||||
@make pypi
|
@make pypi
|
||||||
|
|
||||||
none:
|
none:
|
||||||
|
|
Loading…
Reference in New Issue