Metadata-Version: 2.4
Name: James-Ericsson-Hello-World-Test
Version: 0.0.1
Summary: A minimal Hello World package
Author-email: James Ericsson <jamesericsson95@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# James-Ericsson-Hello-World-Test

A minimal Hello World package for testing PyPI upload and download.

## Installation

```bash
pip install James-Ericsson-Hello-World-Test
```

## Usage

```python
from james_ericsson_hello_world_test import hello

hello()  # Prints "Hello World"
```
