added misc PyPi keys

help potential users find and understand the purpose and status of the project.
This commit is contained in:
Matt Joyce 2024-05-26 11:36:29 +10:00
parent cd7f260288
commit f00dffbbb1
1 changed files with 8 additions and 1 deletions

View File

@ -38,5 +38,12 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing",
"Topic :: Text Processing :: Indexing",
],
],
keywords="SDK API firecrawl",
project_urls={
"Documentation": "https://github.com/mendableai/firecrawl/docs",
"Source": "https://github.com/mendableai/firecrawl",
"Tracker": "https://github.com/mendableai/firecrawl/issues",
},
license="MIT",
)