X-Git-Url: https://git.siccegge.de//index.cgi?p=dane-monitoring-plugins.git;a=blobdiff_plain;f=setup.py;h=4bf82e8dde3740188fada5f7508c9690575112aa;hp=26ef3fd86ed2adab8f3ba3b1c26970be2f8c2281;hb=8f220280eec73cc20ea02eb0ea1deae375711b0f;hpb=a19b947ff02339ea970e22342ee9b3370e8b7b7c 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', ], + } )