1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg index ccbddf8a..3190791e 100644 --- a/ setup.cfg+++ b/ setup.cfg@@ -33,3 +33,7 @@ archinstall = examples/*.py profiles/*.py profiles/applications/*.py + +[options.entry_points] +console_scripts = + archinstall = archinstall:run_as_a_module |