From bea824f7597f716c206f9ab2d472778aeaacad7e Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 17:40:49 +0100 Subject: Fixing data files not included --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3920b03..f190d20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = -- cgit