From b41c6273f7ff39af955567a55b1ae857896d09ba Mon Sep 17 00:00:00 2001 From: vfdev Date: Tue, 27 Jun 2023 22:51:36 +0200 Subject: [PATCH] [skip ci] Updated setup.py info (#2975) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 15fdb830a87..29b02c6fac6 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ def find_version(*file_paths): # Metadata name="pytorch-ignite", version=VERSION, - author="PyTorch Core Team", - author_email="soumith@pytorch.org", + author="PyTorch-Ignite Team", + author_email="contact@pytorch-ignite.ai", url="https://github.com/pytorch/ignite", description="A lightweight library to help with training neural networks in PyTorch.", long_description_content_type="text/markdown",