Przeglądaj źródła

update license in pyproject.toml. (#931)

PoTaTo 1 rok temu
rodzic
commit
c811be2361
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

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