Metadata-Version: 2.4
Name: helloworld2
Version: 3.0.0
Summary: A simple Python module that prints Hello World.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# HelloWorld2 Project

A simple Python project demonstrating a single-module distribution.

## Structure
- `hw2.py`: A simple module providing `print_hw()`.
- `main.py`: Example entry point for local runs (not part of the distribution package).

## How to run
```bash
python3 main.py
```
