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'