Update setup.py

This commit is contained in:
Nicolas 2024-05-26 18:11:54 -07:00 committed by GitHub
parent b061e12030
commit ed4226fd1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ setup(
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment", "Environment :: Web Environment",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: AGPL 3.0 License",
"Natural Language :: English", "Natural Language :: English",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
@ -42,9 +42,9 @@ setup(
], ],
keywords="SDK API firecrawl", keywords="SDK API firecrawl",
project_urls={ project_urls={
"Documentation": "https://github.com/mendableai/firecrawl/docs", "Documentation": "https://docs.firecrawl.dev",
"Source": "https://github.com/mendableai/firecrawl", "Source": "https://github.com/mendableai/firecrawl",
"Tracker": "https://github.com/mendableai/firecrawl/issues", "Tracker": "https://github.com/mendableai/firecrawl/issues",
}, },
license="MIT", license="AGPL 3.0 License",
) )