From 2beeddb51290408853bcac78a97b19f95f299c98 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Tue, 22 Dec 2015 18:54:11 +0300 Subject: [PATCH] Add command line entry point --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index dc44447..9c79c52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,10 @@ classifier = packages = bareon_dynamic_allocator +[entry_points] +console_scripts = + bareon-allocator = bareon_dynamic_allocator.cmd:allocator + [build_sphinx] source-dir = doc/source build-dir = doc/build