Skip to content

Commit

Permalink
fix: change setup.py author list
Browse files Browse the repository at this point in the history
Change author list. Applied as fix to force new version number.
  • Loading branch information
Joona Oikarinen committed Sep 28, 2021
1 parent 1d045d3 commit c86ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _read_long_description():
description="Github actions plugin to check flakiness of tests by calculating fliprates.",
long_description=_read_long_description(),
long_description_content_type="text/markdown",
author="Eero Kauhanen, Matvey Pashkovskiy, Alexey Vyskubov",
author="Eero Kauhanen, Matvey Pashkovskiy, Alexey Vyskubov, Tatu Aalto, Joona Oikarinen",
author_email="", # warning: check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too
url=f"https://github.com/F-Secure/{NAME_DASHED}",
license="Apache License 2.0",
Expand Down

0 comments on commit c86ed0e

Please sign in to comment.