Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 269 Bytes

pypi.md

File metadata and controls

16 lines (11 loc) · 269 Bytes

Alerta PyPI Package

To register the package with PyPi run:

$ python setup.py register

To add/update the package to PyPI run:

$ python setup.py sdist upload

Note: The README.rst file is used to create the PyPi package home page.