Skip to content

Commit

Permalink
Fix package find patterns (match the gherkin package, and every packa…
Browse files Browse the repository at this point in the history
…ge underneath)
  • Loading branch information
youtux committed Sep 30, 2024
1 parent 9f7f9cc commit d992ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d992ac4

Please sign in to comment.