Answers for "Make Your Own Python Package on GitHub Installable by PIP"

2

pypi release

python3 setup.py sdist bdist_wheel
twine upload dist/*
Posted by: Guest on August-22-2020
2

create python package

python3 setup.py sdist bdist_wheel
Posted by: Guest on February-13-2020

Code answers related to "Make Your Own Python Package on GitHub Installable by PIP"

Python Answers by Framework

Browse Popular Code Answers by Language