Metadata-Version: 2.1
Name: minsproject
Version: 0.0.1
Summary: Basic mathematic operations
Author: Sai
Author-email: sai275stw@gmail.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
License-File: LICENSE

#  Package

This is a simple  package. You can use functions defined in this package
to perform basic additions, subtractions, and multiplications of two numbers
with add(), sub(), and multiply() respectively. 
