mirror of
https://github.com/myshell-ai/OpenVoice.git
synced 2025-12-16 08:27:48 +01:00
fix find packages
This commit is contained in:
8
setup.py
8
setup.py
@@ -1,4 +1,5 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
setup(name='MyShell-OpenVoice',
|
setup(name='MyShell-OpenVoice',
|
||||||
version='0.0.0',
|
version='0.0.0',
|
||||||
@@ -21,9 +22,8 @@ setup(name='MyShell-OpenVoice',
|
|||||||
author='MyShell',
|
author='MyShell',
|
||||||
author_email='ethan@myshell.ai',
|
author_email='ethan@myshell.ai',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
packages=[
|
packages=find_packages(),
|
||||||
'openvoice'
|
|
||||||
],
|
|
||||||
python_requires='>=3.9',
|
python_requires='>=3.9',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'librosa==0.9.1',
|
'librosa==0.9.1',
|
||||||
|
|||||||
Reference in New Issue
Block a user