From f39f96870d98d716f1eb507390f575309bebedbd Mon Sep 17 00:00:00 2001 From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Sun, 4 Sep 2022 20:34:36 -0400 Subject: [PATCH] Correct pyproject.toml to correctly install --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd31538..5dcbce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dynamic = ["dependencies", "optional-dependencies"] [tool.setuptools] -py-modules = ["adafruit_waveform"] +packages = ["adafruit_waveform"] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]}