diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 20:15:08 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 20:28:08 +0100 |
| commit | a142666db6352aae81c921cfc5cb81f091355e32 (patch) | |
| tree | b9d9d08bf29aff4dc581cf558c86c023293b902c /setup.cfg | |
| parent | 9d59bbdfb37869eec15551c03c167a2036f2d168 (diff) | |
| download | minishell_test-a142666db6352aae81c921cfc5cb81f091355e32.tar.gz minishell_test-a142666db6352aae81c921cfc5cb81f091355e32.tar.bz2 minishell_test-a142666db6352aae81c921cfc5cb81f091355e32.zip | |
Added option to change path to minishell directory (#12)
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [metadata] name = minishell_test -version = 0.0.7 +version = 1.0.0 license = GPL2 license_file = LICENSE description = test for the minishell project of school 42 |
