X-Git-Url: https://git.siccegge.de//index.cgi?p=dane-monitoring-plugins.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=64c7636f79cf5104b14a2c4bdb5df4516df67526;hp=4bf82e8dde3740188fada5f7508c9690575112aa;hb=19426697a401ad52cf88d88700b3e14f05a9d4a7;hpb=8f220280eec73cc20ea02eb0ea1deae375711b0f diff --git a/setup.py b/setup.py index 4bf82e8..64c7636 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='DANE monitoring plugins', - version='0.1-alpha1', + version='0.1', description='DANE aware monitoring plugins', author='Christoph Egger', author_email='christoph@christoph-egger.org', @@ -13,6 +13,8 @@ setup(name='DANE monitoring plugins', entry_points={ 'console_scripts': [ 'check_dane_https = check_dane.https:main', + 'check_dane_smtp = check_dane.smtp:main', + 'check_dane_xmpp = check_dane.xmpp:main', ], } )