Skip to content

Commit

Permalink
Merge pull request #8 from ColmTalbot/test-versioning
Browse files Browse the repository at this point in the history
BUILD: make sure scm versioning works
  • Loading branch information
ColmTalbot authored May 28, 2024
2 parents 4fed9d0 + 80c6438 commit c6dc2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dynamic = ["version"]
[tool.setuptools]
packages = ["wcosmo"]

[tool.setuptools_scm]
write_to = "wcosmo/_version.py"

[project.entry-points."gwpopulation.xp"]
wcosmo = "wcosmo.wcosmo"
wcosmo-utils = "wcosmo.utils"
Expand Down

0 comments on commit c6dc2f0

Please sign in to comment.