Skip to content

Commit 7eade1b

Browse files
committed
Exclude lib from poetry build.
1 parent b70e308 commit 7eade1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ authors = [
1515
]
1616
readme = "README.md"
1717
license = {text="Apache-2.0"}
18-
exclude = ["xcoll/lib", "xcoll/config"]
18+
exclude = [
19+
{path="xcoll/lib"}, {path="xcoll/config"}
20+
]
1921

2022
requires-python = ">=3.10"
2123

0 commit comments

Comments
 (0)