From 95e8846cabe1c7e7660ae2de2da3aa80c697538d Mon Sep 17 00:00:00 2001 From: HyeongSeok Kim Date: Wed, 22 Nov 2023 18:28:52 +0900 Subject: [PATCH] =?UTF-8?q?update:=20pyproject.toml=EC=9D=B4=20version?= =?UTF-8?q?=EC=9D=84=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20=EA=B0=80=EC=A0=80?= =?UTF-8?q?=EC=98=A4=EC=A7=80=20=EB=AA=BB=ED=95=98=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8be0405..c1aafb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]}