Metadata-Version: 2.1
Name: MatQ
Version: 0.0.1
Summary: A simple math library
Author: Rovren Inc,
Author-email: asheemak@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# MatQ

A simple Python mat library.

## Installation

```bash
pip install your-library-name


pip install setuptools wheel
python setup.py sdist bdist_wheel
twine upload dist/*
