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"