From 76e91505538fba13d7f70e3f1923561662a03f48 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Wed, 2 Nov 2022 14:22:50 -0500 Subject: [PATCH] Drop Rob's email address in project config. We should remove Rob's email address. This gets listed on PyPI and could lead to people sending emails requesting help. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e9ee45eb..8a1257cb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "A configurable set of panels that display various debug informati readme = "README.rst" license = {text = "BSD-3-Clause"} authors = [ - { name = "Rob Hudson", email = "rob@cogit8.org" }, + { name = "Rob Hudson" }, ] requires-python = ">=3.7" dependencies = [