From 6de91e2bb948a9de6c48097d555cf9557320abe0 Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 23 Dec 2025 04:55:49 +0100 Subject: [PATCH] build: package = true --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 325812e..3bbeb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,8 @@ dev = ["pytest>=8.0"] [project.scripts] skywipe = "skywipe.cli:main" +[tool.uv] +package = true + [tool.pytest.ini_options] testpaths = ["tests"] -pythonpath = ["."]