Files
crawl4ai/pyproject.toml
Yurii Chukhlib ef8f0c6096 fix: Include GoogleSearchCrawler script.js in package distribution
Fixes #1711

The GoogleSearchCrawler's script.js file was not included in the package
distribution, causing FileNotFoundError when using the crawler.

Added crawl4ai/crawlers/google_search/*.js to setuptools package-data
in pyproject.toml to ensure the JavaScript file is bundled with the package.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-17 12:14:21 +01:00

2.4 KiB