Skip to content

Commit

Permalink
Fix pyproject.toml version control
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro committed May 29, 2024
1 parent 9186283 commit 6fe1d1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dynamic = [
authors = [
{ name="Pablo Lemos", email="[email protected]" },
{ name="Connor Stone", email="[email protected]" },
{ name="Sammy Sharief", email="[email protected]" },
]
description = "Implemenation of the PQMass two sample test from Lemos et al. 2024"
readme = "README.md"
Expand Down Expand Up @@ -49,7 +50,7 @@ files = ["requirements.txt"]
source = "vcs"

[tool.hatch.build.hooks.vcs]
version-file = "src/caustics/_version.py"
version-file = "src/pqm/_version.py"

[tool.hatch.version.raw-options]
local_scheme = "no-local-version"

0 comments on commit 6fe1d1a

Please sign in to comment.