From dc1ed3b866bae6ee3389c6bd27b91baeabd131de Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Tue, 13 Jun 2023 14:50:54 +0200 Subject: [PATCH] fix manifest --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 56a413f..c2aadef 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,3 +5,4 @@ global-exclude *.pyc include *.GPL include *.txt exclude .flake8 +exclude .pre-commit-config.yaml