From 97692b20a451f4a2302fcb0bb4f2e4ec7302ed26 Mon Sep 17 00:00:00 2001 From: oskvr37 Date: Mon, 20 Jan 2025 20:20:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20update=20description=20and=20pyt?= =?UTF-8?q?hon=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1772f97..ca570fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,9 @@ build-backend = "setuptools.build_meta" [project] name = "tiddl" version = "2.0.0" -description = "TIDDL (Tidal Downloader) is CLI application that allows downloading Tidal tracks." +description = "Download Tidal tracks with CLI downloader." readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" authors = [{ name = "oskvr37" }] classifiers = [ "Environment :: Console",