From 7acd83bfb6404794bf8871dd075440c95f8dcb36 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sat, 2 Dec 2023 11:03:13 +0100 Subject: [PATCH] pyproject.toml: fix license-files field --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec64a328..f4afa721 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ addopts = "--assert=plain --cov=gunicorn --cov-report=xml" [tool.setuptools] zip-safe = false include-package-data = true -license-files = ["['LICENSE']"] +license-files = ["LICENSE"] [tool.setuptools.packages] find = {namespaces = false}