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
|
|
|
|
|
|
|
|
# Test suite
|
|
|
|
recursive-include tqdm/tests *.py
|
2018-10-16 10:36:12 +00:00
|
|
|
|
|
|
|
# Sub-packages
|
2018-08-07 19:58:50 +00:00
|
|
|
recursive-include tqdm/autonotebook *.py
|
2018-10-16 10:36:12 +00:00
|
|
|
recursive-include tqdm/auto *.py
|
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
|
|
|
|
include tqdm.1
|