Metadata-Version: 2.4
Name: pkg_peiwen
Version: 0.1.0
Summary: An example package
Author-email: Peiwen <pwshyu@gmail.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, 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.7
Description-Content-Type: text/markdown

# Example Package

This is an example package to demonstrate how to create a Python package.

It contains a simple function  `add_one`  that adds one to a number.
