mirror of https://github.com/tqdm/tqdm.git
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
# Misc
|
|
include .coveragerc
|
|
include CONTRIBUTE
|
|
include LICENSE
|
|
include logo.png
|
|
include Makefile
|
|
include README.rst
|
|
include RELEASE
|
|
include tox.ini
|
|
# include tqdm.gif # too big...
|
|
|
|
# Test suite
|
|
recursive-include tqdm/tests *.py
|
|
|
|
# Examples/Documentation
|
|
recursive-include examples *
|