From e2237933447acd5e3910116da1a66c77fe6b29c3 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 08:07:32 +0100 Subject: Updated README instructions --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 535977c..9eea9b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = minishell_test -version = 1.0.0 +version = 1.0.1 license = GPL2 license_file = LICENSE description = test for the minishell project of school 42 @@ -30,7 +30,7 @@ python_requires = >=3.6 [options.entry_points] console_scripts = - minishell-test = minishell_test.__main__:main + minishell_test = minishell_test.__main__:main [flake8] ignore = E501,E221,W504,E241 -- cgit