diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
