Update pyproject.toml

This commit is contained in:
Jeroen Oudshoorn
2026-03-27 11:32:57 +01:00
parent 4d1603a52e
commit 1d21917a80

View File

@@ -34,6 +34,10 @@ classifiers = [
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
version = {attr = "pwnagotchi.__version__"} version = {attr = "pwnagotchi.__version__"}
[tool.setuptools.packages.find]
include = ["pwnagotchi"]
exclude = ["stage3"]
[project.urls] [project.urls]
Homepage = "https://pwnagotchi.org/" Homepage = "https://pwnagotchi.org/"
Documentation = "https://github.com/jayofelony/pwnagotchi/wiki" Documentation = "https://github.com/jayofelony/pwnagotchi/wiki"