2015-10-11 10:18:26 +00:00
|
|
|
# Misc
|
|
|
|
include .coveragerc
|
2017-01-05 22:39:04 +00:00
|
|
|
include CONTRIBUTING.md
|
2016-04-24 14:07:40 +00:00
|
|
|
include LICENCE
|
2015-10-11 10:18:26 +00:00
|
|
|
include logo.png
|
2016-11-10 17:11:21 +00:00
|
|
|
# include images/logo.gif
|
2015-10-11 10:18:26 +00:00
|
|
|
include Makefile
|
|
|
|
include tox.ini
|
|
|
|
|
2019-11-30 22:37:04 +00:00
|
|
|
# Non-std submodules
|
|
|
|
recursive-include tqdm/contrib *.py
|
|
|
|
|
2015-10-11 10:18:26 +00:00
|
|
|
# Test suite
|
2020-10-24 20:56:26 +00:00
|
|
|
recursive-include tests *.py
|
2019-01-21 00:01:17 +00:00
|
|
|
include requirements-dev.txt
|
2018-10-16 10:36:12 +00:00
|
|
|
|
2015-10-11 10:18:26 +00:00
|
|
|
# Examples/Documentation
|
2017-08-28 11:42:38 +00:00
|
|
|
recursive-include examples *.py
|
2017-07-03 23:25:22 +00:00
|
|
|
include README.rst
|
2018-10-21 17:50:18 +00:00
|
|
|
include tqdm/tqdm.1
|
2020-04-24 21:25:32 +00:00
|
|
|
include tqdm/completion.sh
|
2019-01-19 00:35:50 +00:00
|
|
|
include DEMO.ipynb
|