From 0b43ce666896ea36c2fc23a8d3fdc64873324e4b Mon Sep 17 00:00:00 2001 From: wesleybl Date: Thu, 10 Oct 2024 16:33:08 -0300 Subject: [PATCH] Fix MANIFEST.in Exclude *.yml --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 647d62f..89a5ce0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,4 +7,4 @@ recursive-include plone * global-exclude *pyc recursive-exclude news * -exclude news +exclude news *.yml