From f84d7516d90fbfb6c66a1dc4a1a2139fa2ccb403 Mon Sep 17 00:00:00 2001 From: eggplants Date: Sat, 6 Nov 2021 23:24:18 +0900 Subject: [PATCH] add: extra info to toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5cc790..ee55b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,10 @@ [tool.poetry] name = "twspace-dl" version = "1.0.0" -description = "" +description = "Twitter Space archive helper script" authors = ["Ryu1845 "] +readme = "README.md" +license = "" [tool.poetry.dependencies] python = "^3.8"