Skip to content

Commit fb74b69

Browse files
committed
Add tests docs and .github to exclude during apckage build
1 parent 169f69c commit fb74b69

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ keywords = [
3131
]
3232

3333
# Add the exclude field directly under [tool.poetry]
34-
exclude = ["examples", "benchmark"]
34+
exclude = [
35+
"tests", # Test files
36+
"docs", # Documentation files
37+
".github", # GitHub workflows, actions, etc.
38+
]
3539

3640
[tool.poetry.dependencies]
3741
python = ">=3.8"

0 commit comments

Comments
 (0)