rename pypi package name from mim to openmim

pull/10/head
ZwwWayne 2021-05-21 13:49:22 +08:00
parent 693815b427
commit 829a0c30f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from setuptools import find_packages, setup # type: ignore
setup(
name='mim',
name='openmim',
version='0.1.0',
description='MIM Install OpenMMLab packages',
author='OpenMMLab',