Skip to content

Commit 926f021

Browse files
committed
chore: update exclude for flit
1 parent 8f922cc commit 926f021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dev = ["black", "class-cache[test]", "isort", "numpy", "pre-commit", "ruff"]
2020

2121
[tool.flit.sdist]
2222
include = ["README.md"]
23-
exclude = [".github", ".gitignore", "benchmark", "tests/*"]
23+
exclude = [".github", ".gitignore", "benchmark", "tests"]
2424

2525
[tool.semantic_release]
2626
version_variables = ["class_cache/__init__.py:__version__"]

0 commit comments

Comments
 (0)