From aed8ba2d80821ab614e4a1867f1d358f2c888bd7 Mon Sep 17 00:00:00 2001 From: Ryu18 Date: Sat, 13 Nov 2021 19:30:26 +0100 Subject: [PATCH] added some metadata to pyproject --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e949ca..e755511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,16 @@ [tool.poetry] name = "twspace-dl" version = "2021.11.13.0" -description = "Twitter Space archive helper script" +description = "The only tool to record Twitter spaces (yet)" authors = ["Ryu1845 "] readme = "README.md" -license = "" +license = "GPL-2.0-only" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: End Users/Desktop", + "Topic :: Multimedia :: Sound/Audio :: Capture/Recording" +] [tool.poetry.dependencies] python = "^3.8"