From e04c61ead908543b6b3967cadbc33bd9944af6e7 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:12:35 +0100 Subject: [PATCH] Add Adam Turner to authors --- AUTHORS.rst | 1 + pyproject.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 6a59e69..33ad3f2 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,6 +1,7 @@ Project contributors ==================== +* Adam Turner * Alex Gleason * Anatoly Bubenkov * Andrew Lee diff --git a/pyproject.toml b/pyproject.toml index 0d71bcb..acd4c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,9 @@ test = [ "pytest-cov", ] +[[project.authors]] +name = "Adam Turner" + [[project.authors]] name = "Jonathan Stoppani" email = "jonathan@stoppani.name"