Metadata-Version: 2.2
Name: andrewtest
Version: 0.1.0
Summary: A simple greeting package
Author-email: Your Name <yourname@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/my_package
Keywords: greeting,example
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# My Package

A simple Python package to greet users.

## Installation

```bash
pip install my_package
