Metadata-Version: 2.1
Name: my_cli_tool
Version: 0.2
Summary: A simple CLI tool to add two numbers.
Home-page: https://github.com/yourusername/my_cli_tool
Author: Your Name
Author-email: your.email@example.com
License: UNKNOWN
Description: # My CLI Tool
        
        This is a simple CLI tool that adds two numbers.
        
        
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
