Compare commits

...

2 Commits

Author SHA1 Message Date
lgandx
b4427406ee Merge pull request #329 from FLX-0x00/master
Fix pyproject.toml license metadata incompatibility with PDM backend
2025-11-29 20:00:45 -03:00
Paul Werther
1457035955 remove the licence classifier 2025-11-05 12:33:22 +01:00

View File

@@ -13,8 +13,7 @@ dependencies = ["aioquic", "netifaces>=0.10.4"]
classifiers = [ classifiers = [
"Operating System :: MacOS", "Operating System :: MacOS",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Topic :: Security", "Topic :: Security"
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
] ]
[project.urls] [project.urls]