Skip to content

Commit afff794

Browse files
author
Sheng Lundquist
committed
Adding build system to pyproject toml
1 parent d5b2b39 commit afff794

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/hyperdrivetypes/pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ all = [
2828
"hyperdrivetypes[dev]",
2929
]
3030

31+
[build-system]
32+
requires = ["flit_core>=3.2"]
33+
build-backend = "flit_core.buildapi"

0 commit comments

Comments
 (0)