Skip to content

Commit

Permalink
update: pyproject.toml이 version을 제대로 가저오지 못하는 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
404Vector committed Nov 22, 2023
1 parent b02ac23 commit 95e8846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dynamic = ["version", "description", "dependencies"]
requires-python = ">=3.9"

[tool.setuptools.dynamic]
version = {attr = "v2v.__version__"}
dependencies = {file = ["requirements.txt"]}
description = {file = ["README.md"]}

Expand Down

0 comments on commit 95e8846

Please sign in to comment.