Update pyproject.toml to support LICENSE file

This commit is contained in:
grossmj 2025-06-09 22:24:23 +02:00
parent 232b9c2806
commit 31613630cf
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

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