mirror of https://github.com/tqdm/tqdm.git
Makefile: cleaner build + remove tqdm.gif in builds
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
c14ac72714
commit
e3ae449ed9
|
@ -7,7 +7,7 @@ include Makefile
|
|||
include README.rst
|
||||
include RELEASE
|
||||
include tox.ini
|
||||
#include tqdm.gif
|
||||
# include tqdm.gif # too big...
|
||||
|
||||
# Test suite
|
||||
recursive-include tqdm/tests *.py
|
||||
|
|
1
Makefile
1
Makefile
|
@ -68,6 +68,7 @@ install:
|
|||
build:
|
||||
python -c "import shutil; shutil.rmtree('build', True)"
|
||||
python -c "import shutil; shutil.rmtree('dist', True)"
|
||||
python -c "import shutil; shutil.rmtree('tqdm.egg-info', True)"
|
||||
python setup.py sdist --formats=gztar,zip bdist_wininst
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
|
|
Loading…
Reference in New Issue