Commit ef8f0c6
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>1 parent c85f56b commit ef8f0c6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments