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" } ]