diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 20273e4..0ede65e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,6 +58,7 @@ jobs: pypy3.9 pypy3.10 allow-prereleases: true + - name: Set up uv uses: hynek/setup-cached-uv@v2 - name: Set up nox diff --git a/pyproject.toml b/pyproject.toml index a35ca4b..2113e39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ name = "rpds-py" description = "Python bindings to Rust's persistent data structures (rpds)" requires-python = ">=3.9" readme = "README.rst" -license = {text = "MIT"} keywords = ["data structures", "rust", "persistent"] authors = [ { name = "Julian Berman", email = "Julian+rpds@GrayVines.com" },