From 68f18b19ff53e7e40de14edcf9fd945ae9582726 Mon Sep 17 00:00:00 2001 From: Todd Date: Tue, 7 Aug 2018 15:58:50 -0400 Subject: [PATCH] Include autonotebook in sdist It is needed to run the tests fixes #586, fixes #593, complements 1cf3393 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 557332d2..04e5fa97 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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