Skip to content

Commit

Permalink
chore(pyproject): add benchmark to exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed May 27, 2024
1 parent a8fcb94 commit f4b7441
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]", "numpy", "pre-commit", "ruff"]

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

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

0 comments on commit f4b7441

Please sign in to comment.