Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit f572888

Browse files
committed
fix: exclude notebooks from package find configuration
1 parent 340b1e4 commit f572888

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
@@ -116,7 +116,7 @@ platforms = ["any"]
116116

117117
[tool.setuptools.packages.find]
118118
where = [ "src"]
119-
exclude = [ "tests", "notes", "docs"]
119+
exclude = [ "tests", "notes", "docs", "notebooks"]
120120
namespaces = true
121121

122122
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)