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