From 6905581326d743ae32635c4038b7b2993fad85d9 Mon Sep 17 00:00:00 2001
From: mzr1996 <mzr1996@163.com>
Date: Wed, 1 Sep 2021 14:36:51 +0800
Subject: [PATCH] Change author in setup.py

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c547903574a..d2d1715c816 100644
--- a/setup.py
+++ b/setup.py
@@ -151,7 +151,7 @@ def add_mim_extension():
         description='OpenMMLab Image Classification Toolbox and Benchmark',
         long_description=readme(),
         long_description_content_type='text/markdown',
-        author='OpenMMLab',
+        author='MMClassification Contributors',
         author_email='openmmlab@gmail.com',
         keywords='computer vision, image classification',
         url='https://github.com/open-mmlab/mmclassification',