Skip to content

Commit 08e70df

Browse files
authored
Merge pull request #1 from dowster/fix/pyproject-config-fix
fix: pyproject.toml config to include all dirs under rootly_sdk
1 parent fba9291 commit 08e70df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies = [
1616
requires = ["setuptools>=61.0", "wheel"]
1717
build-backend = "setuptools.build_meta"
1818

19-
[tool.setuptools]
20-
packages = ["rootly_sdk"]
19+
[tool.setuptools.packages.find]
20+
include = ["rootly_sdk*"]
2121

2222
[tool.setuptools.package-data]
2323
rootly_sdk = ["py.typed"]

0 commit comments

Comments
 (0)