Metadata-Version: 2.4
Name: hello-world-demo
Version: 0.1.0
Summary: A simple Hello World package
Home-page: https://github.com/你的用户名/项目名
Author: 您的名字
Author-email: Your Name <your.email@example.com>
Project-URL: Homepage, https://github.com/username/project-name
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Hello World Package

A simple Hello World package for demonstration purposes.

## Installation

```bash
pip install hello-world-demo
```

## Usage

```python
from hello_world.main import main
main()
```

## License

This project is licensed under the MIT License. 
