diff options
author | Damien George <damien@micropython.org> | 2021-05-29 17:12:54 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-05-29 17:17:22 +1000 |
commit | a60ad3364132b9c4a30b20cd91fd5cd1ac965618 (patch) | |
tree | 16d10d4e3dc5ba3dfa5469c403313f540a9fefa5 /tools/mpremote/pyproject.toml | |
parent | e4ba57c5cd6f68306726891c45f36b5129b633ec (diff) | |
download | micropython-a60ad3364132b9c4a30b20cd91fd5cd1ac965618.tar.gz micropython-a60ad3364132b9c4a30b20cd91fd5cd1ac965618.zip |
tools/mpremote: Add new CLI utility to interact with remote device.
This has been under development since April 2017. See #3034 and #6375.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools/mpremote/pyproject.toml')
-rw-r--r-- | tools/mpremote/pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/mpremote/pyproject.toml b/tools/mpremote/pyproject.toml new file mode 100644 index 0000000000..374b58cbf4 --- /dev/null +++ b/tools/mpremote/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = [ + "setuptools>=42", + "wheel" +] +build-backend = "setuptools.build_meta" |