Metadata-Version: 2.1
Name: MyPakage
Version: 0.1.8
Summary: this code is used for my learning, because other wheels are not enough or perfect author:nwkami
Home-page: https://github.com/yourusername/my-awesome-package
Author: nwkami
Author-email: your.email@example.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

this code is used for my learning, because other wheels are not enough or perfect
author: nwkami. init.py should put in a path named as your package name,and "name = "example_pkg""in it
again i move the code py into the path where init in.again add py_modules=['MyPakage.py'],in setup()
