From eb4cb91035378ed3aa4a334c81c4d4760b7cd92d 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. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1c3c105d5..d2e0737fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,6 @@ description = A configurable set of panels that display various debug informatio long_description = file: README.rst long_description_content_type = text/x-rst author = Rob Hudson -author_email = rob@cogit8.org url = https://github.com/jazzband/django-debug-toolbar download_url = https://pypi.org/project/django-debug-toolbar/ license = BSD