Metadata-Version: 2.1
Name: example_package_zhongjer
Version: 0.0.2
Summary: A small example package
Author-email: Example Author <author@example.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Example Package

This is a simple example package. You can use
[GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

python -m pip install --upgrade build
python -m build
python -m pip install --upgrade twine
python -m twine upload -cert C:\works\packaging_tutorial\.venv\Lib\site-packages\cibcert\certs\cibcabundle.crt dist/*
