Skip to content

Commit ff72238

Browse files
committed
Add StickyAssignorUserData json to pyproject.toml
1 parent 51bef58 commit ff72238

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
@@ -43,7 +43,7 @@ include-package-data = false
4343
license-files = [] # workaround for https://github.com/pypa/setuptools/issues/4759
4444

4545
[tool.setuptools.package-data]
46-
kafka = ["protocol/new/schemas/resources/*.json"]
46+
kafka = ["protocol/new/schemas/resources/*.json", "coordinator/assignors/sticky/*.json"]
4747

4848
[tool.setuptools.packages.find]
4949
exclude = ["test"]

0 commit comments

Comments
 (0)