Metadata-Version: 2.4
Name: hello_world_by_yourname
Version: 1.0.0
Summary: A module that prints Hello World on import
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# Hello World Package

This is a simple Python module that prints "Hello world!" automatically upon import.

## Installation
```bash
pip install your-unique-hello-package
```
