From 893c45cb4e84f4af2e0c1c223783be4cd9b79dcf Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sun, 25 Aug 2024 19:48:56 +0200 Subject: [PATCH] Include test suite in release (fixing #2830) --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 18ccc8e90..dc15f0dd1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,5 +8,6 @@ include webapp/graphite/local_settings.py.example recursive-include distro/ * recursive-include webapp/graphite/ *.html recursive-include webapp/content/ * +recursive-include webapp/tests/ * exclude webapp/graphite/local_settings.py exclude conf/*.conf