Needs to be named melotts, prepare for pip package

This commit is contained in:
mrfakename
2024-02-28 19:01:51 -08:00
committed by GitHub
parent a2ae00f807
commit 39b8a3677b

View File

@@ -20,7 +20,7 @@ class PostDevelopCommand(develop):
os.system('python -m unidic download') os.system('python -m unidic download')
setup( setup(
name='melo', name='melotts',
version='0.1.1', version='0.1.1',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,