From 4e6d4b338481d7f9d3da10024c4c46271ece1e17 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Sat, 26 Jul 2025 11:59:30 +0100 Subject: [PATCH] Use new way of specify the license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4608eecc9..98c5473e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "torchcodec" description = "A video decoder for PyTorch" readme = "README.md" requires-python = ">=3.8" -license = {file = "LICENSE"} +license-files = ["LICENSE"] authors = [ { name = "PyTorch Team", email = "packages@pytorch.org" }, ]