Skip to content

Commit 1e947c1

Browse files
committed
Fix discovery of nested modules
1 parent 2498dd4 commit 1e947c1

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
@@ -71,7 +71,7 @@ build-backend = "setuptools.build_meta"
7171

7272
[tool.setuptools.packages.find]
7373
where = ["src"]
74-
include = ["apify_client"]
74+
include = ["apify_client*"]
7575

7676
[tool.setuptools.package-data]
7777
apify_client = ["py.typed"]

0 commit comments

Comments
 (0)