From 30de85b475ea1f3e72de83c86eaa2a88b22a58a7 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Tue, 5 Nov 2024 10:59:14 -0500 Subject: [PATCH] The packaging docs apparently discourage license. They say to just use the classifier. --- .github/workflows/CI.yml | 1 + pyproject.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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" },