fix(sdks): MIT license

This commit is contained in:
Gergő Móricz 2025-02-06 16:07:50 +01:00
parent 34fe360dc1
commit 844ba39f74
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@mendable/firecrawl-js": "1.7.1",
"axios": "^1.6.8",

View File

@ -13,7 +13,7 @@ import os
from .firecrawl import FirecrawlApp # noqa
__version__ = "1.11.0"
__version__ = "1.11.1"
# Define the logger for the Firecrawl project
logger: logging.Logger = logging.getLogger("firecrawl")

View File

@ -17,13 +17,13 @@ dependencies = [
]
authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
license = {text = "GNU Affero General Public License v3 (AGPLv3)"}
license = "MIT"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",