From 16c634a8c54e72e0957f6560c91c98176ade8992 Mon Sep 17 00:00:00 2001 From: speed <69028964+speed1313@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:22:49 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29f8006..bbfcb19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [project] name = "text2dataset" -version = "0.1.6" description = "Easily turn large English text datasets into Japanese text datasets using open LLMs" authors = [ { name = "speed1313", email = "speedtry13@icloud.com" } @@ -15,6 +14,10 @@ readme = "README.md" requires-python = ">= 3.12.1" license = {file = "LICENSE"} +dynamic = [ + "version" +] + [project.urls] Repository = "https://github.com/llm-jp/text2dataset"