From f6b530b7738ac55c5c9a47f4e253f88611c45e39 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 20:36:43 +1000 Subject: [PATCH] Add package.json for MIP compatibility --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..afdfbb1 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "urls": [ + ["statistics.py", "github:rcolistete/MicroPython_Statistics/statistics.py"], + ["statistics_indepfunc.py", "github:rcolistete/MicroPython_Statistics/statistics_indepfunc.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file