From 130d72b891de151df21d4810ab5f39a4c2e8c763 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 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 557332d2a..04e5fa97b 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