Metadata-Version: 2.4
Name: helloworld-example-gemini-cli
Version: 0.1.0
Summary: A simple hello world package
Home-page: https://github.com/yourusername/helloworld
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

# Hello World Package

This is a simple example package that prints "hello world".

## Installation

```bash
pip install helloworld-example-gemini
```

## Usage

```bash
hello-world
```
