Metadata-Version: 2.1
Name: dummy-python-cli
Version: 0.1.0b0
Summary: 
License: MIT-0
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click (==8.1.3)
Description-Content-Type: text/markdown

# python-cli-pypi-publishing

Adapted from https://levelup.gitconnected.com/how-to-publish-a-python-command-line-application-to-pypi-5b97a6d586f1

