Metadata-Version: 2.4
Name: she-codes-uv-example
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: cowsay>=6.1

# Simplest Possible Distribution Method With `uv`

To install and run this project, run this command in the bash terminal:

```bash
git clone https://github.com/Hauteclere/uv_example.git && cd uv_example && uv run main.py
```

