Skip to content

Commit ce10d56

Browse files
committed
fix workflow
1 parent 932654f commit ce10d56

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,17 @@ dependencies = [
1515

1616

1717
[build-system]
18-
requires = ["poetry-core>=2.0.0", "cython>=3.1", "numpy", "setuptools", "pyMSVC;sys_platform=='win32'"]
19-
build-backend = "poetry.core.masonry.api"
18+
requires = ["poetry-core>=2.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0", "cython>=3.1", "numpy", "setuptools", "pyMSVC;sys_platform=='win32'"]
19+
build-backend = "poetry_dynamic_versioning.backend"
20+
21+
[tool.poetry]
22+
name = "cgal-alpha-wrapping"
23+
version = "0.0.0"
24+
description = ""
25+
authors = ["sth-v <sthv.developer@gmail.com>"]
26+
27+
[tool.poetry-dynamic-versioning]
28+
enable = true
2029

2130
[tool.poetry.build]
2231
generate-setup-file = false

0 commit comments

Comments
 (0)