mirror of https://github.com/tqdm/tqdm.git
17 lines
289 B
Plaintext
17 lines
289 B
Plaintext
# Misc
|
|
include .coveragerc
|
|
include .github/CONTRIBUTING.md
|
|
include LICENCE
|
|
include logo.png
|
|
# include images/logo.gif
|
|
include Makefile
|
|
include README.rst
|
|
include RELEASE
|
|
include tox.ini
|
|
|
|
# Test suite
|
|
recursive-include tqdm/tests *.py
|
|
|
|
# Examples/Documentation
|
|
recursive-include examples *
|