Metadata-Version: 2.3
Name: geekmorn_first_package
Version: 0.1.0
Summary: 
Author: hi@makaroni.tech
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: build (>=1.2.2.post1,<2.0.0)
Requires-Dist: twine (>=6.1.0,<7.0.0)
Description-Content-Type: text/markdown

# My Package

This is a simple example package.

## Installation

```bash
pip install my-package
```

