mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-07-25 16:42:55 -04:00
f8fe363999
* bring our package into the future * trigger the OS packages upon a successful build * fix windows * trim deps * remove the qmk_cli module from setup
7 lines
104 B
TOML
7 lines
104 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|