From c6971747502d4576ba8a9a34b711c21e0180c96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Thu, 6 Nov 2025 11:04:19 +0545 Subject: [PATCH] set project.license-files --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 70c4d50..3334c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ name = "scmrepo" description = "scmrepo" readme = "README.rst" license = "Apache-2.0" +license-files = ["LICENSE"] authors = [{ name = "Iterative", email = "support@dvc.org" }] classifiers = [ "Programming Language :: Python :: 3",