Skip to content

Commit

Permalink
Include the version.json in the package data as this is required to b…
Browse files Browse the repository at this point in the history
…uild the wheel.
  • Loading branch information
BartHertog committed Aug 24, 2024
1 parent f55b573 commit bbc920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include = ["EmbeddedProto*"]
protoc-gen-eams = "EmbeddedProto.main:main_plugin"

[tool.setuptools.package-data]
EmbeddedProto = ["templates/*"]
EmbeddedProto = ["templates/*", "../version.json"]

[build-system]
requires = ["setuptools>=64"]
Expand Down

0 comments on commit bbc920a

Please sign in to comment.