From 968e2513a1386f5e37d493dbf8c68bd56a37c91c Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Wed, 5 Feb 2025 17:08:30 +0100 Subject: [PATCH] .. --- py-rattler/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/py-rattler/pyproject.toml b/py-rattler/pyproject.toml index c762ef24a..2f5d07035 100644 --- a/py-rattler/pyproject.toml +++ b/py-rattler/pyproject.toml @@ -21,8 +21,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", "Typing :: Typed", ] -license = "BSD-3-Clause" -license-files = ["LICENSE"] +license = { file = "LICENSE" } [project.urls] Homepage = "https://github.com/conda/rattler"