Skip to content

Commit

Permalink
build: vcs file location
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Jul 3, 2024
1 parent 314b96a commit a827a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/galax/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ features = ["test"]
scripts.test = "pytest {args}"

[tool.hatch.build]
directory = "../dist"
hooks.vcs.version-file = "../../src/galax/_version.py"
directory = "../../dist"
# hooks.vcs.version-file = "../../src/galax/_version.py"

[tool.hatch.build.targets.sdist]
exclude = ["pyproject.toml"]
Expand Down

0 comments on commit a827a9d

Please sign in to comment.