File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "ScreenPro2"
33version = " 0.5.0"
44description = " Flexible analysis of high-content CRISPR screening"
55authors = [
6- " Abe Arab <abea@arcinstitute.org>"
6+ " Abe Arab <abea@arcinstitute.org>"
77]
88license = " MIT"
99readme = " README.md"
@@ -14,6 +14,7 @@ packages = [
1414 { include = " screenpro" },
1515 { include = " pyproject.toml" },
1616]
17+ dynamic = [" version" ]
1718
1819[tool .poetry .dependencies ]
1920python = " >=3.9"
@@ -25,6 +26,9 @@ screenpro = "screenpro.main:main"
2526pytest = " *"
2627tomli = " *"
2728
29+ [tool .poetry-dynamic-versioning ]
30+ enable = true
31+
2832[build-system ]
2933requires = [" 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 "
You can’t perform that action at this time.
0 commit comments