Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Fix version source configuration in pyproject.toml
Browse files Browse the repository at this point in the history
Changed version source type to 'plain-text' which is a simpler and more reliable way to read the version from a file. This should fix the version reading error during package build.
  • Loading branch information
mentatai[bot] committed Jan 7, 2025
1 parent cedda94 commit d6195ad
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 @@ -17,8 +17,8 @@ dependencies = [
]

[tool.hatch.version]
source = "file"
path = "mentat/VERSION"
source = "plain-text"

[tool.hatch.build.targets.wheel]
packages = ["mentat", "benchmarks"]
Expand Down

0 comments on commit d6195ad

Please sign in to comment.