204 B
204 B
python building for pypi
Create a setup.py file.
Execute in main program directory.
python setup.py bdist_wheel sdist
Upload to pypi
twine upload --skip-existing dist/*