Skip to content

Commit 416aad4

Browse files
committed
add poetry-dynamic-versioning
1 parent d3dbd99 commit 416aad4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ScreenPro2"
33
version = "0.5.0"
44
description = "Flexible analysis of high-content CRISPR screening"
55
authors = [
6-
"Abe Arab <abea@arcinstitute.org>"
6+
"Abe Arab <abea@arcinstitute.org>"
77
]
88
license = "MIT"
99
readme = "README.md"
@@ -14,6 +14,7 @@ packages = [
1414
{ include = "screenpro" },
1515
{ include = "pyproject.toml" },
1616
]
17+
dynamic = ["version"]
1718

1819
[tool.poetry.dependencies]
1920
python = ">=3.9"
@@ -25,6 +26,9 @@ screenpro = "screenpro.main:main"
2526
pytest = "*"
2627
tomli = "*"
2728

29+
[tool.poetry-dynamic-versioning]
30+
enable = true
31+
2832
[build-system]
2933
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
30-
build-backend = "poetry_dynamic_versioning.backend"
34+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)