From c0ace7f1732d9dfce7317f7e4db89df9115216f7 Mon Sep 17 00:00:00 2001 From: J-E Castagnede Date: Fri, 29 Mar 2024 12:00:27 +0100 Subject: [PATCH] fix doc requirements --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2c3d8767..4018badd9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,8 +143,9 @@ include = [ "geotrek", ] exclude = [ - "*.py[cod]", - "__pycache__", + "*.pyc", + "test*.py", + "**/__pycache__/*", "*.so", "**/tests/*" ]