X-Git-Url: https://git.siccegge.de//index.cgi?p=dane-monitoring-plugins.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=4bf82e8dde3740188fada5f7508c9690575112aa;hp=26ef3fd86ed2adab8f3ba3b1c26970be2f8c2281;hb=9d773872479fe33744a40753b53f974ea6aa0594;hpb=41f20efa5664b53e68296c332ad1502773f4baaa diff --git a/setup.py b/setup.py index 26ef3fd..4bf82e8 100755 --- a/setup.py +++ b/setup.py @@ -10,6 +10,9 @@ setup(name='DANE monitoring plugins', url='https://git.siccegge.de/?p=dane-monitoring-plugins.git', packages=['check_dane' ], - scripts=['check_dane_smtp' + entry_points={ + 'console_scripts': [ + 'check_dane_https = check_dane.https:main', ], + } )