Merge branch '3.0' into fork/yueguobin/fix/wireshark-cli-name-conflict

# Conflicts:
#	pyproject.toml
This commit is contained in:
grossmj 2026-04-24 00:42:48 +08:00
commit 6fac4c8c8a
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -51,7 +51,7 @@ ai-copilot = {file = ['ai-requirements.txt']}
gns3server = "gns3server.main:main"
gns3vmnet = "gns3server.utils.vmnet:main"
gns3server-uninstall-ai-copilot = "gns3server.utils.uninstall_ai_copilot:main"
gns3-wireshark = "gns3server.agent.web_wireshark.setup_wireshark_image:main"
gns3server-web-wireshark-setup = "gns3server.agent.web_wireshark.setup_wireshark_image:main"
[tool.setuptools]
packages = ["gns3server"]