Skip to content

Commit

Permalink
Moved the version.json file inside the project folder such that it is…
Browse files Browse the repository at this point in the history
… in the folder when installed.
  • Loading branch information
BartHertog committed Aug 24, 2024
1 parent bbc920a commit a6062e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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/*", "../version.json"]
EmbeddedProto = ["templates/*", "version.json"]

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

0 comments on commit a6062e9

Please sign in to comment.