Metadata-Version: 2.3
Name: my-task-library
Version: 0.1.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.0b24
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
```

To build and push this wheel:
