diff options
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [metadata] name = minishell_test -version = 1.1.1 +version = 1.1.2 license = GPL2 license_file = LICENSE description = test for the minishell project of school 42 @@ -29,7 +29,7 @@ packages = find: python_requires = >=3.6 [options.package_data] -minishell_test/data = * +minishell_test = data/* [options.entry_points] console_scripts = |
