Metadata-Version: 2.1
Name: create-wheel
Version: 1.1
Summary: Package to create wheel file
Author: Pankaj Kalal
Author-email: pankajgkalal@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pipreqs
Requires-Dist: importlib-resources

Step-1:
Create your python code .

Step-2 
Create main folder then 2 folder 
Package_name/Your_folder/

Step-3:
open terminal in Package_name folder then type create_wheel
this will create dist folder and your wheel file will be there 

Note :To get proper package use python standards  from below url the use this library 
https://packaging.python.org/en/latest/tutorials/packaging-projects/
