Skip to content

Commit

Permalink
feat: Rust APIとPython APIはリポジトリのLICENSEとREADME.mdを使う (VOICEVOX#949)
Browse files Browse the repository at this point in the history
Rust APIではシンボリックリンク、Python APIではpyproject.tomlによる指定と
する。

Rust APIとしては VOICEVOX#913 、Python APIとしては VOICEVOX#947 の続きとなる。
  • Loading branch information
qryxip authored Jan 26, 2025
1 parent b673563 commit 33578f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions crates/voicevox_core/LICENSE
1 change: 1 addition & 0 deletions crates/voicevox_core/README.md
3 changes: 1 addition & 2 deletions crates/voicevox_core_python_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires-python = ">=3.10"
dependencies = ["pydantic>=2.5.2,<3"]
description = "VOICEVOX CORE の Python バインディングです。"
license = { file = "../../LICENSE" }
readme = "../../README.md"
authors = [{ name = "Hiroshiba", email = "[email protected]" }]
classifiers = [
"Programming Language :: Python",
Expand All @@ -14,8 +15,6 @@ classifiers = [
"Operating System :: MacOS :: MacOS X",
"Environment :: GPU :: NVIDIA CUDA",
]
# TODO:ユーザー用のREADMEを作る
# readme = "README.md"

[build-system]
requires = ["maturin>=1.3.1,<2"]
Expand Down

0 comments on commit 33578f6

Please sign in to comment.