Metadata-Version: 2.3
Name: example_package_ryanjob42
Version: 0.0.2
Summary: A small example package
Project-URL: Homepage, https://github.com/ryanjob42/packaging_tutorial
Project-URL: Issues, https://github.com/ryanjob42/packaging_tutorial/issues
Author-email: Ryan Job <ryanjob42@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Packaging Tutorial
Working through Python's packaging tutorials for uploading to PyPI.
The specific tutorials I'm working through are linked below.

- https://packaging.python.org/en/latest/tutorials/packaging-projects/
- https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
- https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi
