From 9ee8753dfbd7bc06137e0f9198a41a0ec6e5aeff Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Thu, 10 Aug 2023 11:36:06 +0200
Subject: [PATCH] exclude tests from sdist

---
 MANIFEST.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index a8495446..15e9c71c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
 recursive-include inventory_provider/static *
 include inventory_provider/logging_default_config.json
+recursive-exclude test *
-- 
GitLab