diff --git a/hxlm/bin/core/urnresolver b/hxlm/core/bin/urnresolver similarity index 100% rename from hxlm/bin/core/urnresolver rename to hxlm/core/bin/urnresolver diff --git a/setup.cfg b/setup.cfg index 9aa1289..bee1426 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,5 +58,9 @@ include_package_data = True hxlm.core.schema = *.yml, *.json, *.csv +[options.entry_points] +console_scripts = + urnresolver = hxlm.core.bin:main + # libhxl # pyyaml # for config files, but we could also allow json? \ No newline at end of file