Skip to content

Commit

Permalink
Merge pull request #62 from AlecThomson/dynamic
Browse files Browse the repository at this point in the history
Dynamic versioning
  • Loading branch information
AlecThomson authored Jul 11, 2024
2 parents a2e63c7 + 6c97b26 commit 921d608
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "racs-tools"
version = "3.0.5"
version = "0.0.0" # A placeholder
description = "Useful scripts for RACS."
authors = ["Alec Thomson"]
license = "BSD"
Expand Down Expand Up @@ -31,6 +31,9 @@ beamcon_2D = "racs_tools.beamcon_2D:cli"
beamcon_3D = "racs_tools.beamcon_3D:cli"
getnoise_list = "racs_tools.getnoise_list:cli"


[tool.poetry-dynamic-versioning]
enable = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit 921d608

Please sign in to comment.