- Rename Python package directory if_curator/ → winnow/ - Update all imports, entry points, and CLI references - Update pyproject.toml: name, scripts, package list, repository URL - Update Dockerfile, compose.yml, entrypoint.sh, scheduler.py - Update GitHub Actions workflow image names - Update README Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
67 B
Python
5 lines
67 B
Python
from winnow.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|