mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
This has been under development since April 2017. See #3034 and #6375. Signed-off-by: Damien George <damien@micropython.org>
7 lines
104 B
TOML
7 lines
104 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|