Metadata-Version: 2.3
Name: my-task-library
Version: 0.2.0
Summary: Add your description here
Author: Yee Hing Tong
Author-email: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Requires-Dist: flyte>=2.0.0b25
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# My Task Library

This half of the example contains just one Flyte task but is built as a library for others to use.

```bash
flyte run --local src/my_task_library/flyte_entities.py library_parent_task
```

This has been built and pushed to https://pypi.org/project/my-task-library/
