aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d9fec95..779fe62 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = minishell_test
-version = 0.0.2
+version = 0.0.7
license = GPL2
license_file = LICENSE
description = test for the minishell project of school 42
@@ -24,6 +24,9 @@ classifiers =
packages = find:
python_requires = >=3.6
+# [options.packages.find]
+# where = minishell_test
+
[flake8]
ignore = E501,E221,W503,E241
select = E,F,W,C4,N,ECE,CCR