mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 09:49:21 +08:00
Adding versioning in a file
This commit is contained in:
5
setup.py
5
setup.py
@@ -15,10 +15,13 @@ exts = [
|
||||
with open("README.md", encoding="utf-8") as readme_file:
|
||||
README = readme_file.read()
|
||||
|
||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||
with open(os.path.join(cwd, "matcha", "VERSION")) as fin:
|
||||
version = fin.read().strip()
|
||||
|
||||
setup(
|
||||
name="matcha-tts",
|
||||
version="0.0.0.1.dev0",
|
||||
version=version,
|
||||
description="🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user