From eaa5eaafa1e49f5a610f53e5617d927ceff72fa8 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Thu, 15 Sep 2022 16:34:23 +0100 Subject: [PATCH] fix license in pyproject.toml before it bites us --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfe8c57..4ec5a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ {name = 'Eric Jolibois', email = 'em.jolibois@gmail.com'}, {name = 'Hasan Ramezani', email = 'hasan.r67@gmail.com'}, ] -license = {file = 'LICENSE'} +license-files = { paths = ['LICENSE'] } readme = 'README.md' classifiers = [ 'Development Status :: 5 - Production/Stable',