Metadata-Version: 2.1
Name: pipcherry
Version: 0.1.1
Summary: A simple Python package
Home-page: https://github.com/yourusername/pipcherry
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

python setup.py sdist bdist_wheel
pip install dist/pipcherry-0.1.0-py3-none-any.whl
python -m twine upload -u __token__ -p pypi-AgEIcHlwaS5vcmcCJDZmNGE2YzU2LTU3YTEtNDk0Mi1hNWE0LTUyMzVjY2IxOWI0MAACKlszLCI1MzE3MmViNy05ZDdmLTRkMzUtOTNhZS03ZTdjYmQyYTBlNDkiXQAABiCdIpx_OL2XiMfhtEKbjYADZoTsUIp_LAzHu-Vm9LytQw dist/* --verbose

pip install dist/pipcherry-0.1.1-py3-none-any.whl
