Metadata-Version: 2.4
Name: my-hello-package
Version: 0.1.1
Summary: A simple hello world package
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/my-hello-package
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# my-hello-package
A simple Python package that prints "Hello, World!".
