From 14eb0c1bce85ec46091220c1b035c8c8b1e20a77 Mon Sep 17 00:00:00 2001 From: Bram Ulrichts <108867473+bulricht@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:34:07 +0100 Subject: [PATCH] fix: use string literal for author --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a12a9c..f1e584f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TEST_PATH = ./tests/ FLAKE8_EXCLUDE = venv,.venv,.eggs,.tox,.git,__pycache__,*.pyc PROJECT = pysubyt -AUTHOR = Vlaams Instituut voor de Zee (VLIZ) +AUTHOR = "Vlaams Instituut voor de Zee (VLIZ)" clean: @find . -name '*.pyc' -exec rm --force {} +