Skip to content

Commit

Permalink
Do not include .c and .h files in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Oct 16, 2023
1 parent de35204 commit 3407ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dev = [
]

[tool.setuptools.exclude-package-data]
cutadapt = ["*.pyx"]
cutadapt = ["*.pyx", "*.c", "*.h"]

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 3407ac0

Please sign in to comment.