- Replace explicit package listing with setuptools.find
- Include all crawl4ai.* packages automatically
- Use `packages = {find = {where = ["."], include = ["crawl4ai*"]}}` syntax
- Bump version to 0.4.243
This change simplifies package maintenance by automatically discovering
all subpackages under crawl4ai namespace instead of listing them manually.
3 lines
47 B
Python
3 lines
47 B
Python
# crawl4ai/_version.py
|
|
__version__ = "0.4.243"
|