From 88b991f60da43dcdc0a3ea57e8521fd4e626932c Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Fri, 29 Jul 2022 13:21:56 +0100 Subject: [PATCH] Remove author_email --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 876a6b2..3e892d4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ setup( url="https://github.com/jazzband/dj-database-url", license="BSD", author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community", - author_email="jazzband.co", description="Use Database URLs in your Django Application.", long_description=readme, long_description_content_type="text/x-rst",