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.