From 062e24a0155e0d8366c8a21856f5a59de72dcad6 Mon Sep 17 00:00:00 2001 From: Tom Teichler Date: Fri, 1 Oct 2021 10:22:27 +0200 Subject: [PATCH] Add test settings to sdist. Closes #200. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 24e4d4616..0c486659d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst LICENSE CHANGELOG.rst requirements.txt +include README.rst LICENSE CHANGELOG.rst requirements.txt tox.ini recursive-include cachalot *.json *.html