2
0
Fork 0

update pyproject.toml

This commit is contained in:
Luca Bilke 2023-07-18 14:42:13 +02:00
parent 312f0ce9d8
commit 21b9c19be3
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ build-backend = "hatchling.build"
[project] [project]
name = 'tidal-scraper' name = 'tidal-scraper'
version = '1.0' version = '1.0'
description = 'A library to download music from tidal' description = 'A simple command-line tool to download songs from tidal'
authors = [ authors = [
{ name = "Luca Bilke", email="luca@snaile.de" } { name = "snailed", email="pypi@snaile.de" }
] ]
requires-python = ">=3.11" requires-python = ">=3.11"
classifiers = [ classifiers = [