aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-24 08:07:32 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-24 08:07:32 +0100
commite2237933447acd5e3910116da1a66c77fe6b29c3 (patch)
treed7f697cee1d71c8a1628c0b09c1cd499c2e36ba8 /setup.cfg
parent72e316d971d31a1d62b9a7019ceac1178657a55b (diff)
downloadminishell_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.cfg4
1 files changed, 2 insertions, 2 deletions
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