Skip to content

Commit 5d07357

Browse files
authored
require dynamic versioning backend build-system (#80)
1 parent 6ed9a12 commit 5d07357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
build-backend = "setuptools.build_meta"
3-
requires = [ "setuptools>=64", "setuptools-scm>=8" ]
2+
build-backend = "poetry_dynamic_versioning.backend"
3+
requires = [ "poetry-core>=1", "poetry-dynamic-versioning>=1,<2" ]
44

55
[tool.poetry]
66
name = "CytoDataFrame"

0 commit comments

Comments
 (0)