diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 17:40:49 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 17:40:49 +0100 |
| commit | bea824f7597f716c206f9ab2d472778aeaacad7e (patch) | |
| tree | a1c45902fd91f32e33307f9bfa3cfcbde44b917a /setup.cfg | |
| parent | aa79c9db6674deb205c7741e11d5520c76217b8d (diff) | |
| download | minishell_test-1.1.2.tar.gz minishell_test-1.1.2.tar.bz2 minishell_test-1.1.2.zip | |
Fixing data files not included1.1.2
Diffstat (limited to 'setup.cfg')
| -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 = |
