Add command line entry point

This commit is contained in:
Evgeniy L 2015-12-22 18:54:11 +03:00
parent 16317db94d
commit 2beeddb512
1 changed files with 4 additions and 0 deletions

View File

@ -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