fix bugs in pip package

This commit is contained in:
qinzy
2024-02-19 18:42:07 +00:00
parent 5a13216925
commit 90bf41d770
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup
setup(name='MyShell - OpenVoice',
setup(name='MyShell-OpenVoice',
version='0.0.0',
description='Instant voice cloning by MyShell.',
long_description=open('README.md').read().strip(),