From 1d21917a806e607c118891541f792a4ecee61cac Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 27 Mar 2026 11:32:57 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4710e2b3..0dbdd168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,10 @@ classifiers = [ [tool.setuptools.dynamic] version = {attr = "pwnagotchi.__version__"} +[tool.setuptools.packages.find] +include = ["pwnagotchi"] +exclude = ["stage3"] + [project.urls] Homepage = "https://pwnagotchi.org/" Documentation = "https://github.com/jayofelony/pwnagotchi/wiki"