Metadata-Version: 2.1
Name: greetings-package
Version: 0.1.0
Summary: A simple package to say hello and goodbye in multiple languages
Home-page: https://github.com/yourusername/greetings_package
Author: Your Name
Author-email: your.email@example.com
License: UNKNOWN
Description: # Greetings Package
        
        A simple Python package that greets and says goodbye in multiple languages.
        
        ## Installation
        ```bash
        pip install greetings-package
        
Platform: UNKNOWN
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
