Makefile: cleaner build + remove tqdm.gif in builds

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2015-11-07 23:05:58 +01:00
parent c14ac72714
commit e3ae449ed9
2 changed files with 2 additions and 1 deletions

View File

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

View File

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