Skip to content

Commit b95fec7

Browse files
committed
fix build.py
1 parent 02d7c3b commit b95fec7

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cgal-alpha-wrapping"
3-
description = "cgal-alpha-wrapping"
3+
description = ""
44
authors = [
55
{name = "sth-v",email = "sthv.developer@gmail.com"}
66
]
@@ -10,24 +10,18 @@ dependencies = [
1010
"numpy>=2.0.2"
1111

1212
]
13-
license = "GNU GENERAL PUBLIC LICENSE Version 3"
14-
dynamic = ["version"]
1513

1614

17-
[tool.poetry]
18-
version = "0.0.0" # placeholder, will be overridden
19-
[tool.poetry.requires-plugins]
20-
poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] }
2115

2216
[build-system]
2317
requires = ["poetry-core>=2.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0", "cython>=3.1", "numpy", "setuptools", "pyMSVC;sys_platform=='win32'"]
24-
build-backend = "poetry_dynamic_versioning.backend"
25-
26-
27-
[tool.poetry-dynamic-versioning]
28-
enable = true
29-
vcs = "git"
18+
build-backend = "poetry.core.masonry.api"
3019

20+
[tool.poetry]
21+
name = "cgal-alpha-wrapping"
22+
version = "1.0.0"
23+
description = ""
24+
authors = ["sth-v <sthv.developer@gmail.com>"]
3125

3226

3327
[tool.poetry.build]

0 commit comments

Comments
 (0)