Metadata-Version: 2.1
Name: greet_sijing
Version: 0.1.0
Summary: A simple greeting module.
Home-page: https://github.com/yourusername/greet
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.6
Description-Content-Type: text/markdown

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sat Dec  7 11:30:36 2024

@author: michellel
"""

# Greet

A simple Python module for greeting.

## Installation

```bash
pip install greet
