How to use standard tools to package and install a zipped python package of pyc files and a .pth file
I have a Python package which I have zipped using zipfile.PyZipFile
, so I now have a .zip
containing only .pyc
files and sub-packages for a particular version of Python.