Metadata-Version: 2.4
Name: colinclasslib
Version: 0.0.1
Summary: A small example package
Project-URL: Homepage, https://github.com/msu-denver/activity-07-python-packaging-ColinR135
Project-URL: Bug Tracker, https://github.com/msu-denver/activity-07-python-packaging-ColinR135/issues
Author-email: Colin <creed40@msudenver.edu>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

This is a sample package to understand how to make packages. The current package only inlcudes an add one function which will take a number and add one.