diff --git a/pyproject.toml b/pyproject.toml index 42babed..99c8e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,9 +54,6 @@ attribute = "__version__" [tool.hatch.build.targets.wheel] packages = [ "src/app" ] -[tool.uv] -required-version = ">=0.9" - [tool.pytest.ini_options] cache_dir = ".cache/pytest" pythonpath = [ "src" ] diff --git a/uv.toml b/uv.toml new file mode 100644 index 0000000..027c5f9 --- /dev/null +++ b/uv.toml @@ -0,0 +1 @@ +required-version = ">=0.9"