diff --git a/python/pyproject.toml b/python/pyproject.toml index 79567e647..b7f98aebd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -35,8 +35,7 @@ Issues = "https://github.com/cucumber/gherkin/issues" Changelog = "https://github.com/cucumber/gherkin/releases" [tool.setuptools.packages.find] -include = ["gherkin", "gherkin.pickles", "gherkin.stream"] - +include = ["gherkin", "gherkin.*"] [tool.mypy] disallow_untyped_defs = true