From 21b9c19be35b26130ef73a9846750f89d0918002 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 18 Jul 2023 14:42:13 +0200 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24621c3..b4d2a5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ build-backend = "hatchling.build" [project] name = 'tidal-scraper' version = '1.0' -description = 'A library to download music from tidal' +description = 'A simple command-line tool to download songs from tidal' authors = [ - { name = "Luca Bilke", email="luca@snaile.de" } + { name = "snailed", email="pypi@snaile.de" } ] requires-python = ">=3.11" classifiers = [