Skip to content

Commit

Permalink
Fix missing gherkin-languages.json in Python wheel (#316)
Browse files Browse the repository at this point in the history
* Fix missing gherkin-languages.json in Python wheel

* Update changelog for Python gherkin-languages.json fix
  • Loading branch information
musicinmybrain authored Nov 15, 2024
1 parent 0420fed commit ff8aa9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org).
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).

## [Unreleased]
### Fixed
- [Python] File gherkin-languages.json was not included as package data

## [30.0.3] - 2024-11-14
### Fixed
Expand Down
3 changes: 3 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Changelog = "https://github.com/cucumber/gherkin/releases"
[tool.setuptools.packages.find]
include = ["gherkin", "gherkin.*"]

[tool.setuptools.package-data]
gherkin = ["*.json"]

[tool.mypy]
disallow_untyped_defs = true
packages = ["gherkin"]
Expand Down

0 comments on commit ff8aa9e

Please sign in to comment.