diff --git a/MANIFEST.in b/MANIFEST.in index b2d05771..f3f509fd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,11 +3,11 @@ include .coveragerc include CONTRIBUTE include LICENCE include logo.png +# include images/logo.gif include Makefile include README.rst include RELEASE include tox.ini -# include tqdm.gif # too big... # Test suite recursive-include tqdm/tests *.py diff --git a/README.rst b/README.rst index b010f2b3..ead63512 100644 --- a/README.rst +++ b/README.rst @@ -710,7 +710,7 @@ Ranked by contributions. |README-Hits| (Since 19 May 2016) -.. |Logo| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/logo.png +.. |Logo| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/logo.gif .. |Screenshot| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm.gif .. |Build-Status| image:: https://travis-ci.org/tqdm/tqdm.svg?branch=master :target: https://travis-ci.org/tqdm/tqdm diff --git a/images/logo.gif b/images/logo.gif new file mode 100644 index 00000000..9719bb4b Binary files /dev/null and b/images/logo.gif differ