From 3e45f5d47a83bf8ee0a53a5efd370862c63478ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20NAVARRETE=20GUTI=C3=89RREZ?= Date: Mon, 15 Dec 2025 19:42:22 +0100 Subject: [PATCH] fix: remove build warnings the pyproject prefers per project license-files field --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d21cb94..7981513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [ { name="Francisco Alves de Oliveira JĂșnior", email="fjunior.alves.oliveira@gmail.com" }, { name="Chris Mute", email="cmutel@gmail.com" } ] +license-files = ["LICENSE"] maintainers = [ { name="Chris Mute", email="cmutel@gmail.com" } ] @@ -75,7 +76,6 @@ dev = [ flowmapper = "flowmapper.cli:app" [tool.setuptools] -license-files = ["LICENSE"] include-package-data = true [tool.setuptools.packages.find]