From 9aeea628d27c825a0d7bf5d90899fd198d56751e Mon Sep 17 00:00:00 2001 From: Albert Copeland <124551390+iFargle@users.noreply.github.com> Date: Fri, 21 Apr 2023 19:53:37 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) 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"