From 1cf8fadddabd2684946bdc5199ed7138ce27b69b Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 1 Dec 2024 15:54:16 +0100 Subject: [PATCH] Update build --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5d9d65c8..932ff5d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,9 @@ classifiers = [ 'Environment :: Console', ] +[tool.setuptools.dynamic] +version = {attr = "pwnagotchi.__version__"} + [project.urls] Homepage = "https://pwnagotchi.org/" Documentation = "https://github.com/jayofelony/pwnagotchi/wiki"