From 778f43dadc2cd72860c9b4a5af05d0933eccbd24 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 17 Feb 2024 00:59:37 +0100 Subject: [PATCH] license-files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed1cfc3..0224d2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [] description = 'Read Write eXecute' dynamic = ['version'] keywords = [] -license = { file = 'license.md' } +license-files = { paths = ['license.md'] } name = 'rwx' readme = 'readme.md' requires-python = '>=3.10'