From d2cfa4c99b29e3947574da165acc2f9a55851f1d Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Fri, 21 Feb 2025 08:34:11 -0600 Subject: [PATCH] update license file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f399294..a995f55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "Python bindings to Rust's persistent data structures (rpds)" requires-python = ">=3.9" readme = "README.rst" license = "MIT" -license-files = ["COPYING"] +license-files = ["LICENSE"] keywords = ["data structures", "rust", "persistent"] authors = [ { name = "Julian Berman", email = "Julian+rpds@GrayVines.com" },