From cf318d12eff6b488ddee546d94b8efc730cb31db Mon Sep 17 00:00:00 2001 From: Kinuax Date: Sat, 11 May 2024 21:12:34 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a266e9d..538de36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ version = "0.5.3" description = "CLI app to manage, search, and play collections of mp3 tracks." authors = ["Kinuax "] license = "MIT" -readme = "README.rst" -homepage = "https://github.com/kinuax/rolabesti" -repository = "https://github.com/kinuax/rolabesti" -documentation = "https://github.com/kinuax/rolabesti" +readme = "README.md" +homepage = "https://github.com/kinuax/rolabesti/" +repository = "https://github.com/kinuax/rolabesti/" +documentation = "https://github.com/kinuax/rolabesti/" keywords = ["mp3", "id3", "vlc", "mongo"] classifiers = [ "Development Status :: 4 - Beta",