Skip to content

Commit c82e73b

Browse files
committed
Explicitly specify only walrus/ for wheel.
1 parent ade4595 commit c82e73b

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
@@ -26,4 +26,4 @@ Changelog = "https://github.com/coleifer/walrus/blob/master/CHANGELOG.md"
2626
version = { attr = "walrus.__version__" }
2727

2828
[tool.setuptools.packages.find]
29-
exclude = ["examples*", "docs*"]
29+
include= ["walrus*"]

0 commit comments

Comments
 (0)