diff --git a/crates/voicevox_core/LICENSE b/crates/voicevox_core/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/crates/voicevox_core/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/voicevox_core/README.md b/crates/voicevox_core/README.md new file mode 120000 index 000000000..fe8400541 --- /dev/null +++ b/crates/voicevox_core/README.md @@ -0,0 +1 @@ +../../README.md \ No newline at end of file diff --git a/crates/voicevox_core_python_api/pyproject.toml b/crates/voicevox_core_python_api/pyproject.toml index 7d09b8299..22787f9bb 100644 --- a/crates/voicevox_core_python_api/pyproject.toml +++ b/crates/voicevox_core_python_api/pyproject.toml @@ -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 = "hihokaruta@gmail.com" }] classifiers = [ "Programming Language :: Python", @@ -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"]