Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 221 Bytes

MAINTAINERS.md

File metadata and controls

20 lines (14 loc) · 221 Bytes

Deploy

Create a source distribution:

Run inside the project directory:

python setup.py sdist

Install twine:

pip install twine

Upload package to pypi:

twine upload dist/*