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 = ["."]