Metadata-Version: 2.1
Name: tea-oss-todo
Version: 0.1.0
Summary: A simple To-Do list API using Flask for Tea OSS.
Home-page: https://github.com/clafa30/tea-oss-todo
Author: Clafa
Author-email: rafaisyadwiadrianto@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask>=2.0.0

# tea-oss-todo

# Tea OSS To-Do List

This is a simple open-source To-Do List web application built using Flask.

## Features
- Add tasks
- Delete tasks
- Simple UI

## How to Run
1. Clone the repository:
   ```bash
   git clone <repository-url>
   cd tea-oss-todo
