From ffe452edf03099e24b8bbeb3bfffc40c0e38e0f2 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Fri, 31 May 2024 21:03:14 +0200
Subject: [PATCH] Ignore markdown files in MANIFEST.in

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

diff --git a/MANIFEST.in b/MANIFEST.in
index 9a0dca3..66d8540 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
 exclude MANIFEST.in
 exclude poetry.lock
 exclude .gitlab-ci.yml
+exclude *.md
-- 
GitLab