Change license from MIT to GPLv3

This commit is contained in:
2026-02-18 18:16:55 -05:00
committed by GitHub
parent 9b27104fc5
commit 2eb249cf4f
+1 -1
View File
@@ -6,7 +6,7 @@ requires-python = ">=3.13"
dependencies = [
"httpx>=0.25.0",
]
license = "MIT"
license = "GPLv3"
[project.optional-dependencies]
cli = ["click>=8.0"]