Metadata-Version: 2.1
Name: my-tiny-library
Version: 0.1
Summary: A tiny Python library to greet users.
Home-page: https://github.com/yourusername/my_tiny_library
Author: Tarik Kasbaoui
Author-email: your.email@example.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# My Tiny Library

This is the smallest Python library ever! It greets users.

## Installation

```bash
pip install my_tiny_library
```


