<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Small metadata/build tooling change limited to a deprecated contrib package; no runtime or security-sensitive logic is modified. > > **Overview** > Marks the `crewai-arcade` contrib package as updated by bumping its `pyproject.toml` version from `2.0.0` to `2.0.1` (with deprecation messaging already in the project description). > > Adds a minimal `Makefile` with an `install` target that runs `uv sync` to simplify setting up the package’s environment. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 85d7c42ca2fee85f677194e32ddbc2474b507e78. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
4 lines
35 B
Makefile
4 lines
35 B
Makefile
.PHONY: install
|
|
|
|
install:
|
|
uv sync
|