From 50eecf04a9cf9780e381d9aba4a1521d0c920391 Mon Sep 17 00:00:00 2001 From: Rafael Miller <150964962+rafaelsideguide@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:01:49 -0300 Subject: [PATCH] Update licence pyproject.toml Closes #345 --- apps/python-sdk/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/python-sdk/pyproject.toml b/apps/python-sdk/pyproject.toml index 25fa7c11..0a732c43 100644 --- a/apps/python-sdk/pyproject.toml +++ b/apps/python-sdk/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ ] authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}] maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}] -license = {text = "GNU General Public License v3 (GPLv3)"} +license = {text = "GNU Affero General Public License v3 (AGPLv3)"} classifiers = [ "Development Status :: 5 - Production/Stable", @@ -45,4 +45,4 @@ keywords = ["SDK", "API", "firecrawl"] "Tracker" = "https://github.com/mendableai/firecrawl/issues" [tool.setuptools.packages.find] -where = ["."] \ No newline at end of file +where = ["."]