From a45baea9e2268118167aaeb027e6849640c9e440 Mon Sep 17 00:00:00 2001 From: MarcFontaine Date: Fri, 10 Mar 2023 18:46:50 +0100 Subject: [PATCH] restore options.entry_points --- setup.cfg | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index fb3c8db..9885c0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,15 +53,8 @@ testing = pytest-cov [options.entry_points] -# Add here console scripts like: -# console_scripts = -# script_name = NanoVNASaver.module:function -# For example: -# console_scripts = -# fibonacci = NanoVNASaver.skeleton:run -# And any other entry points, for example: -# pyscaffold.cli = -# awesome = pyscaffoldext.awesome.extension:AwesomeExtension +console_scripts = + NanoVNASaver = NanoVNASaver.__main__:main [tool:pytest] # Specify command line options as you would do when invoking pytest directly.