Skip to content

Commit

Permalink
FIX: Poetryのpackage-modefalseにする (#1171)
Browse files Browse the repository at this point in the history
* FIX: Poetryの`package-mode`を`false`にする

* FIX: `tool.poetry.name, version, description, authors`を削除
  • Loading branch information
sabonerune authored Apr 9, 2024
1 parent 9a04a6d commit d369cae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ multi_line_output = 3
use_parentheses = true

[tool.poetry]
name = "voicevox_engine"
version = "0.0.0"
description = ""
authors = ["Hiroshiba <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = "~3.11"
Expand Down

0 comments on commit d369cae

Please sign in to comment.