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