Skip to content

Commit 6881fc0

Browse files
authored
build: Migrate from Poetry to Setuptools in pyproject.toml (#158)
1 parent 856fcb2 commit 6881fc0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ plot-csg = "optiphy.tools.plot_csg:main"
1616
serve-path = "optiphy.tools.serve_path:main"
1717

1818
[build-system]
19-
requires = ["poetry-core"]
20-
build-backend = "poetry.core.masonry.api"
19+
requires = ["setuptools", "wheel"]
20+
build-backend = "setuptools.build_meta"
21+
22+
[tool.setuptools]
23+
packages = ["optiphy"]

0 commit comments

Comments
 (0)