From 31613630cfe21266836ea3527ea0516b519ce650 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 9 Jun 2025 22:24:23 +0200 Subject: [PATCH] Update pyproject.toml to support LICENSE file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cddf3df93..b16daf0af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "gns3-server" description = "GNS3 graphical interface for the GNS3 server." -license = {file = "LICENSE"} +license-files = ["LICENSE"] authors = [ { name = "Jeremy Grossmann", email = "developers@gns3.com" } ]