Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 125 Bytes

pypi.md

File metadata and controls

8 lines (7 loc) · 125 Bytes

'setup.py'

PyPI

# pip install setuptools wheel twine
python3 setup.py sdist bdist_wheel
twine upload dist/*