Update setup.py
This commit is contained in:
parent
283ab65eef
commit
f4de16841a
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -13,11 +13,11 @@ module_dir = this_dir / "espeak_phonemizer"
|
|||
long_description: str = ""
|
||||
readme_path = this_dir / "README.md"
|
||||
if readme_path.is_file():
|
||||
long_description = readme_path.read_text()
|
||||
long_description = ""
|
||||
|
||||
version_path = module_dir / "VERSION"
|
||||
with open(version_path, "r") as version_file:
|
||||
version = version_file.read().strip()
|
||||
version = ""
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue