From 488bfae25e1bbb7e62e6100099a24afe85a0c58b Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 27 Sep 2023 19:40:31 +0200 Subject: [PATCH] Add CLI command to path in win installer --- src/installer.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/installer.cfg b/src/installer.cfg index 0345658..b75e1f2 100644 --- a/src/installer.cfg +++ b/src/installer.cfg @@ -9,6 +9,10 @@ console=true [Python] version=3.11.3 +[Command solo_auswertung] +entry_point=main:main +console=true + [Include] # Packages from PyPI that your application requires, one per line # These must have wheels on PyPI: