Metadata-Version: 2.4
Name: she-codes-uv-example
Version: 0.1.3
Summary: Example package deployment
Author-email: Oliver Lavers <hauteclere.code@gmail.com>
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 Powershell terminal:

```bash
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"; uvx she-codes-uv-example
```

