Skip to content

Commit

Permalink
chore: update exclude for flit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed Aug 11, 2024
1 parent 8f922cc commit 926f021
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 @@ -20,7 +20,7 @@ dev = ["black", "class-cache[test]", "isort", "numpy", "pre-commit", "ruff"]

[tool.flit.sdist]
include = ["README.md"]
exclude = [".github", ".gitignore", "benchmark", "tests/*"]
exclude = [".github", ".gitignore", "benchmark", "tests"]

[tool.semantic_release]
version_variables = ["class_cache/__init__.py:__version__"]
Expand Down

0 comments on commit 926f021

Please sign in to comment.