Skip to content

Commit 921d608

Browse files
authored
Merge pull request #62 from AlecThomson/dynamic
Dynamic versioning
2 parents a2e63c7 + 6c97b26 commit 921d608

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "racs-tools"
3-
version = "3.0.5"
3+
version = "0.0.0" # A placeholder
44
description = "Useful scripts for RACS."
55
authors = ["Alec Thomson"]
66
license = "BSD"
@@ -31,6 +31,9 @@ beamcon_2D = "racs_tools.beamcon_2D:cli"
3131
beamcon_3D = "racs_tools.beamcon_3D:cli"
3232
getnoise_list = "racs_tools.getnoise_list:cli"
3333

34+
35+
[tool.poetry-dynamic-versioning]
36+
enable = true
3437
[build-system]
35-
requires = ["poetry-core"]
36-
build-backend = "poetry.core.masonry.api"
38+
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
39+
build-backend = "poetry_dynamic_versioning.backend"

0 commit comments

Comments
 (0)