We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba9291 commit 08e70dfCopy full SHA for 08e70df
1 file changed
pyproject.toml
@@ -16,8 +16,8 @@ dependencies = [
16
requires = ["setuptools>=61.0", "wheel"]
17
build-backend = "setuptools.build_meta"
18
19
-[tool.setuptools]
20
-packages = ["rootly_sdk"]
+[tool.setuptools.packages.find]
+include = ["rootly_sdk*"]
21
22
[tool.setuptools.package-data]
23
rootly_sdk = ["py.typed"]
0 commit comments