diff --git a/pyproject.toml b/pyproject.toml index d339ae22..5d9d65c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,6 @@ dependencies = [ "websockets", ] -[tool.setuptools.dynamic] -version = {attr = "pwnagotchi.__version__"} - requires-python = ">=3.11" authors = [ {name = "Evilsocket", email = "evilsocket@gmail.com"},