Skip to content

Commit

Permalink
Pypi ready,
Browse files Browse the repository at this point in the history
  • Loading branch information
butorov committed Jan 28, 2017
1 parent 06b64e3 commit 80e1972
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sentry Telegram |travis| |codecov|
==================================
Sentry Telegram |travis| |codecov| |pypi|
=========================================

Plugin for Sentry which allows sending notification via `Telegram <https://telegram.org/>`_ messenger.

Expand Down Expand Up @@ -36,6 +36,9 @@ Installation
:target: https://travis-ci.org/butorov/sentry-telegram
:alt: Build Status

.. |codecov| image:: https://codecov.io/gh/butorov/sentry-telegram/coverage.svg?branch=master
.. |codecov| image:: https://codecov.io/gh/butorov/sentry-telegram/branch/master/graph/badge.svg
:target: https://codecov.io/gh/butorov/sentry-telegram?branch=master
:alt: Coverage Status

.. |pypi| image:: https://badge.fury.io/py/sentry-telegram.svg
:target: https://badge.fury.io/py/sentry-telegram
2 changes: 1 addition & 1 deletion sentry_telegram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from django.conf import settings


__version__ = '0.0.7'
__version__ = '0.1.1'


if settings.configured:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
author='Viacheslav Butorov',
author_email='[email protected]',
description=sentry_telegram.__doc__,
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 80e1972

Please sign in to comment.