From 4a2e6f0125d36fa654463309fe6c911b55f6bd2e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 17 Feb 2024 01:00:47 +0100 Subject: [PATCH] license-files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b72c118..93d7e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ description = 'Operating File System Profile' dynamic = ['version'] keywords = [] -license = { file = 'license.md' } +license-files = { paths = ['license.md'] } name = 'ofsp' readme = 'readme.md' requires-python = '>=3.10'