diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-24 08:07:32 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-24 08:07:32 +0100 |
| commit | e2237933447acd5e3910116da1a66c77fe6b29c3 (patch) | |
| tree | d7f697cee1d71c8a1628c0b09c1cd499c2e36ba8 /setup.cfg | |
| parent | 72e316d971d31a1d62b9a7019ceac1178657a55b (diff) | |
| download | minishell_test-e2237933447acd5e3910116da1a66c77fe6b29c3.tar.gz minishell_test-e2237933447acd5e3910116da1a66c77fe6b29c3.tar.bz2 minishell_test-e2237933447acd5e3910116da1a66c77fe6b29c3.zip | |
Updated README instructions
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 |
