From 3407ac0004d04b11ae7157934a6665ecaf82c328 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Mon, 16 Oct 2023 23:54:37 +0200 Subject: [PATCH] Do not include .c and .h files in wheel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e42bb34..94b9839b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ ] [tool.setuptools.exclude-package-data] -cutadapt = ["*.pyx"] +cutadapt = ["*.pyx", "*.c", "*.h"] [tool.pytest.ini_options] filterwarnings = [