Explorar o código

update license in pyproject.toml. (#931)

PoTaTo hai 1 ano
pai
achega
c811be2361
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -8,7 +8,7 @@ description = "Fish Speech"
 readme = "README.md"
 requires-python = ">=3.10"
 keywords = ["TTS", "Speech"]
-license = {text = "CC BY-NC-SA 4.0"}
+license = {text = "Apache-2.0"}
 classifiers = [
     "Programming Language :: Python :: 3",
 ]