Metadata-Version: 2.4
Name: aura-boy
Version: 0.1.1
Summary: Render the Aura Boat Boy in your terminal
Author-email: Yogesh Kumar <fbyogesh111@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: colorama
Requires-Dist: pillow

# Aura Boy

Render the viral dancing boat boy in your terminal.

## Usage

```bash
pip install aura-boy
aura-boy
```
---

### 4. Build and Test Locally

#### ✅ Build:
```bash
pip install build
python -m build
```
