From 8f35039d2b4838c91bb944aaea4c63d389445452 Mon Sep 17 00:00:00 2001 From: Tom Teichler Date: Fri, 25 Feb 2022 00:38:31 +0100 Subject: [PATCH] Add test settings to sdist (#203) * Add test settings to sdist. Closes #200. * Add remaining necessary test files Co-authored-by: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index c5ed381..bd50610 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.rst LICENSE CHANGELOG.rst requirements.txt +include README.rst LICENSE CHANGELOG.rst requirements.txt tox.ini runtests.py runtests_urls.py settings.py recursive-include cachalot *.json *.html graft docs