Skip to content

Commit 9e97c2a

Browse files
committed
Exclude docs and examples from wheel
1 parent 842bd22 commit 9e97c2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ backends = ["redis>=3.0.0"]
2929

3030
[tool.setuptools.dynamic]
3131
version = { attr = "huey.__version__" }
32+
33+
[tool.setuptools.packages.find]
34+
exclude = ["examples*", "docs*"]

0 commit comments

Comments
 (0)