We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856fcb2 commit 6881fc0Copy full SHA for 6881fc0
1 file changed
pyproject.toml
@@ -16,5 +16,8 @@ plot-csg = "optiphy.tools.plot_csg:main"
16
serve-path = "optiphy.tools.serve_path:main"
17
18
[build-system]
19
-requires = ["poetry-core"]
20
-build-backend = "poetry.core.masonry.api"
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"
21
+
22
+[tool.setuptools]
23
+packages = ["optiphy"]
0 commit comments