Running CLI via `pipx` or `uvx` is not possible anymore

$ pipx run 'crawlee[all]==0.6.0b10' create
'crawlee' executable script not found in package 'crawlee'.
$ uvx 'crawlee==0.6.0b10' create
The executable `crawlee` was not found.
warning: Package `crawlee` does not provide any executables.

I can make an educated guess that this is after the uv migration - https://github.com/apify/crawlee-python/pull/994/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711L112-L113.

Ideally, the CLI should work with both pipx and uvx.