Metadata-Version: 2.4
Name: mylib-ahmed
Version: 0.1.0
Summary: A simple example Python library
Author-email: Ahmed Belmehnouf <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/mylib
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# mylib

Simple example Python library.

## Installation
```bash
pip install mylib-ahmed
```

## Usage

```python
from mylib import hello
print(hello("World"))
```
