From 6042474312f8163c9dab822f8531a761ac79738d Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 23 Jun 2023 15:33:32 +0000 Subject: [PATCH] Update 'setup.cfg' Removed specific program name the template was made from. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce8275d..3ed3e3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ package_dir = # [options.entry_points] # console_scripts = -# avariantas = program.program:entry_function +# program_cli = program.program:entry_function [tool:pytest] pythonpath = src