From 3fc0171cf69d494684f2eafc6ccaae20af5826ac Mon Sep 17 00:00:00 2001 From: Malcolm McKellips Date: Wed, 5 Feb 2025 12:49:22 -0700 Subject: [PATCH] Fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93b079f..a2eaa1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,4 +46,4 @@ keywords = ["electronics, maker"] homepage = "https://www.sparkfun.com/products/17589" [tool.setuptools] -packages = [qwiic_kx13x] +packages = ["qwiic_kx13x"]