Metadata-Version: 2.1
Name: hello_world_test_raunak7
Version: 0.0.3
Summary: A minimal hello world package for testing PyPI publishing
Author-email: Test Author <test@example.com>
Project-URL: Homepage, https://github.com/test/hello-world-test-pkg
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Hello World Test Package

A minimal Python package for testing PyPI publishing workflows.

## Installation

```bash
pip install hello-world-test-pkg
```

## Usage

```python
from hello_world_test_pkg import hello

hello.greet()
```
