Update setup.py

ensure domain email reflects the correct domain
This commit is contained in:
Benoit Chesneau 2022-12-03 08:18:12 +01:00 committed by GitHub
parent 69c508ac6e
commit 008d81d022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ setup(
description='WSGI HTTP Server for UNIX',
long_description=long_description,
author='Benoit Chesneau',
author_email='benoitc@e-engura.com',
author_email='benoitc@gunicorn.org',
license='MIT',
url='https://gunicorn.org',
project_urls={