diff --git a/.workspace/README.md b/.uv-workspace/README.md similarity index 100% rename from .workspace/README.md rename to .uv-workspace/README.md diff --git a/.workspace/__init__.py b/.uv-workspace/__init__.py similarity index 100% rename from .workspace/__init__.py rename to .uv-workspace/__init__.py diff --git a/pyproject.toml b/pyproject.toml index 4af5b0b..74eb4f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]" ] [tool.hatch.build] -packages = [".workspace/"] +packages = [".uv-workspace/"] [tool.ruff] # Exclude a variety of commonly ignored directories.