diff --git a/pyproject.toml b/pyproject.toml index 215a625..6e61cbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,6 @@ version = "v0.7.0" description = "A simple web UI for small-scale Headscale deployments." authors = ["Albert Copeland "] license = "AGPL" -packages = [ - { include = "*.py" } -] readme = "README.md" repository = "https://github.com/iFargle/headscale-webui"