- This is a common repository, for MP
# build
python3 setup.py sdist bdist_wheel
# -> or
python3 setup.py sdist
# check
pip install twine
twine check dist/*
# register
https://pypi.org/account/register/
# E-mail validation
Validation your email
# upload
twine upload dist/*
# install
pip install mp-common-pkg
# using
import common_pkg.common as cpc
file_path = r""
cpc.compute_md5(file_path)
# upgrade
pip install mp-common-pkg --upgrade
- error: invalid command 'bdist_wheel'
pip install wheel