I was trying to build a python wheel package to include *.pyc files and exclude the *.py files
I was trying to obfuscate the python package using compiled code.
I want to create a wheel that should exclude the *.py files and include only *.pyc files.