I installed a library through pip that only worked with Python2. I modified the source a bit to make it work with Python3, however I would like to repackage my modified version so that I can move it to another PC. How can I do it?
See any of these references from the docs/stackoverflow:
The process essentially consists of:
__init__.py
setuptools
to specify project metadatapip
twine
.