diff options
| author | Bobby <[email protected]> | 2022-11-05 10:09:52 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 10:09:52 -0400 |
| commit | d0dd22842400e43208356f603814bea425a395be (patch) | |
| tree | 42e31a88afe1b199c6e69d06146b014f03da44d8 /commit.sh | |
| parent | 9301a3125fc90bfca9f117292cedf30b91990ea6 (diff) | |
| download | texty-d0dd22842400e43208356f603814bea425a395be.tar.xz texty-d0dd22842400e43208356f603814bea425a395be.zip | |
feat: Added setup script and configure binary
Diffstat (limited to 'commit.sh')
| -rwxr-xr-x | commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ commands() { python3 -m isort . # Format code - python3 -m black . + python3 black . # Generate Requirements.txt pipreqs --force . |
