Skip to content

Commit 8299670

Browse files
authored
chore: pyproject.tomlの不要な項目を削除 (#1796)
1 parent 36ca2b4 commit 8299670

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[project]
22
name = "voicevox_engine"
3-
version = "0.24.0"
4-
description = "Add your description here"
5-
readme = "README.md"
3+
version = "0.24.0" # TODO: できればversionを自動管理する
64
requires-python = "==3.11.9"
75
dependencies = [
86
"fastapi-slim>=0.115.5",

0 commit comments

Comments
 (0)