From ebfa2855f17e76b8d83aeb73feb415a891238bee Mon Sep 17 00:00:00 2001 From: Thomas Wimmer Date: Mon, 1 Apr 2024 19:43:08 +0200 Subject: [PATCH] Update due to my name-change --- LICENSE | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 687ebec..4e236d7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2017, Thomas Hisch +Copyright (c) 2017-2024, Thomas Wimmer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/pyproject.toml b/pyproject.toml index 2bf0362..4dcfd4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ requires-python = ">=3.8" license = { file = "LICENSE" } keywords = ["sphinx", "pytest", "rst"] authors = [ - { name="Thomas Hisch", email="t.hisch@gmail.com" } + { name="Thomas Wimmer", email="thomaswimmer@posteo.com" } ] maintainers = [ - { name="Thomas Hisch", email="t.hisch@gmail.com" } + { name="Thomas Wimmer", email="thomaswimmer@posteo.com" } ] classifiers = [