Skip to content

Commit 2828604

Browse files
committed
testing
1 parent cf3d2b6 commit 2828604

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Tutorials = "https://docs.labelbox.com/page/tutorials"
1515
Repository = "https://github.com/Labelbox/labelbox-python/examples"
1616
Issues = "https://github.com/Labelbox/labelbox-python/issues"
1717

18+
[tool.setuptools.packages.find]
19+
where = ["."]
20+
include = ["*"]
21+
namespaces = true
22+
1823
[tool.rye]
1924
managed = true
2025
virtual = true

0 commit comments

Comments
 (0)