Skip to content

Commit

Permalink
fix: use string literal for author
Browse files Browse the repository at this point in the history
  • Loading branch information
bulricht authored Mar 26, 2024
1 parent 4ddc2a2 commit 14eb0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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 {} +
Expand Down

0 comments on commit 14eb0c1

Please sign in to comment.