Metadata-Version: 2.4
Name: holymeow
Version: 0.1.0
Summary: Add your description here
Author-email: pranav <pranavap96@gmail.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# Steps

```shell
>> uv version --bump minor 
>> rm -rf dist/* && uv build 
>> uv publish
>> uv run --with hello_uv_42353 --no-project -- python -c "import hello_uv"
>> uv run python
```
