Include autonotebook in sdist

It is needed to run the tests

fixes #586, fixes #593, complements 1cf3393
This commit is contained in:
Todd 2018-08-07 15:58:50 -04:00 committed by Casper da Costa-Luis
parent 858b0b4e05
commit 68f18b19ff
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ include tox.ini
# Test suite
recursive-include tqdm/tests *.py
recursive-include tqdm/autonotebook *.py
# Examples/Documentation
recursive-include examples *.py