Metadata-Version: 2.1
Name: mp-common-pkg
Version: 0.0.1
Summary: A common repository, for MP System
Home-page: https://github.com/aaronmack/MP-common
Author: Aaron Li
Author-email: lilong999000@gmail.com
License: UNKNOWN
Description: ## MP (Meta Possibility)
        
        * This is a common repository, for MP
        
        ## Construction
        
        ```bash
        python3 setup.py sdist bdist_wheel
        # or
        python3 setup.py sdist
        ```
        
        ## Problems
        
        * error: invalid command 'bdist_wheel'
        
        ```bash
        pip install wheel
        ```
Platform: UNKNOWN
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
