From e8ac1b1fc85bf95955019b55b53c7b80ee644866 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 30 Sep 2013 19:03:22 +0000 Subject: [PATCH] Install an executable for the elastic-recheck bot Change-Id: Iabaca41ea20577e6b2ccf668f25449103cb4215c --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 38db8d4b..043c4ae9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,10 @@ classifier = packages = elastic_recheck +[entry_points] +console_scripts = + elastic-recheck = elastic_recheck.bot:main + [build_sphinx] source-dir = doc/source build-dir = doc/build