From fe276060cf1667e63099f9e334d12c2921a74e1b Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 6 Feb 2025 12:19:32 -0300 Subject: [PATCH] Update pyproject.toml --- apps/python-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/python-sdk/pyproject.toml b/apps/python-sdk/pyproject.toml index 7b17f822..5a87d8c5 100644 --- a/apps/python-sdk/pyproject.toml +++ b/apps/python-sdk/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ ] authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}] maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}] -license = "MIT" +license = {text = "MIT License"} classifiers = [ "Development Status :: 5 - Production/Stable",