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

Commit

Permalink
Fix version reading in hatch configuration
Browse files Browse the repository at this point in the history
Updated the hatch version configuration to use 'raw' source type instead of the default 'regex' source type. This should fix the error when trying to read the version from mentat/VERSION.
  • Loading branch information
mentatai[bot] committed Jan 7, 2025
1 parent a4ce249 commit b66eb82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies = [

[tool.hatch.version]
path = "mentat/VERSION"
source = "raw"

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

0 comments on commit b66eb82

Please sign in to comment.