From 9d59bbdfb37869eec15551c03c167a2036f2d168 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Feb 2021 20:09:06 +0100 Subject: Added installation as a command (#12) --- setup.cfg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 09dbcb2..ea40615 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,14 +23,12 @@ classifiers = Operating System :: POSIX :: Linux [options] -package_dir = - = minishell_test packages = find: python_requires = >=3.6 -# [options.entry_points] -# console_scripts = -# minishell-test = minishell_test.__main__:main +[options.entry_points] +console_scripts = + minishell-test = minishell_test.__main__:main [flake8] ignore = E501,E221,W504,E241 -- cgit