From a7785fddc829928f562a71c2482a48373b1e216d Mon Sep 17 00:00:00 2001 From: NodeByte Date: Sat, 9 May 2026 20:05:00 -0600 Subject: [PATCH] Change license from MIT to AGPL-3.0 --- packages/python-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python-sdk/pyproject.toml b/packages/python-sdk/pyproject.toml index f5483c0..fafef61 100644 --- a/packages/python-sdk/pyproject.toml +++ b/packages/python-sdk/pyproject.toml @@ -3,7 +3,7 @@ name = "bytesend" version = "0.1.0" description = "Python SDK for the ByteSend API" authors = ["NodeByte LTD"] -license = "MIT" +license = "AGPL-3.0" readme = "README.md" packages = [{ include = "bytesend" }] include = ["bytesend/py.typed"]