diff --git a/setup.cfg b/setup.cfg index 038c316..07bc8c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,5 +42,9 @@ install_requires = dict2xml python_requires = >=3.6 +[options.entry_points] +console_scripts = + elf_diff = elf_diff.__main__:main + [options.packages.find] where=src