We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bef58 commit ff72238Copy full SHA for ff72238
1 file changed
pyproject.toml
@@ -43,7 +43,7 @@ include-package-data = false
43
license-files = [] # workaround for https://github.com/pypa/setuptools/issues/4759
44
45
[tool.setuptools.package-data]
46
-kafka = ["protocol/new/schemas/resources/*.json"]
+kafka = ["protocol/new/schemas/resources/*.json", "coordinator/assignors/sticky/*.json"]
47
48
[tool.setuptools.packages.find]
49
exclude = ["test"]
0 commit comments