Update build

This commit is contained in:
jayofelony
2024-12-01 15:54:16 +01:00
parent 3c4cb155d3
commit 1cf8faddda

View File

@ -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"