mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 02:09:21 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
2
setup.py
2
setup.py
@@ -19,11 +19,13 @@ cwd = os.path.dirname(os.path.abspath(__file__))
|
|||||||
with open(os.path.join(cwd, "matcha", "VERSION"), encoding="utf-8") as fin:
|
with open(os.path.join(cwd, "matcha", "VERSION"), encoding="utf-8") as fin:
|
||||||
version = fin.read().strip()
|
version = fin.read().strip()
|
||||||
|
|
||||||
|
|
||||||
def get_requires():
|
def get_requires():
|
||||||
requirements = os.path.join(os.path.dirname(__file__), "requirements.txt")
|
requirements = os.path.join(os.path.dirname(__file__), "requirements.txt")
|
||||||
with open(requirements, encoding="utf-8") as reqfile:
|
with open(requirements, encoding="utf-8") as reqfile:
|
||||||
return [str(r).strip() for r in reqfile]
|
return [str(r).strip() for r in reqfile]
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="matcha-tts",
|
name="matcha-tts",
|
||||||
version=version,
|
version=version,
|
||||||
|
|||||||
Reference in New Issue
Block a user