Skip to content

Commit 25c3d34

Browse files
committed
fix: include generated subpackage in wheel
packages list was missing deezer_python_gql.generated, causing the published wheel to ship without the generated client code.
1 parent 6092003 commit 25c3d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535

3636
[tool.setuptools]
3737
include-package-data = true
38-
packages = ["deezer_python_gql"]
38+
packages = ["deezer_python_gql", "deezer_python_gql.generated"]
3939
platforms = ["any"]
4040
zip-safe = false
4141

0 commit comments

Comments
 (0)