From 375831308e3a5703514890829e77875b869035d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Wed, 13 Dec 2023 00:56:18 +0100 Subject: [PATCH] Remove period --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5e2251..e6eb25d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "audioscrape" authors = [{ name = "Carl Thomé", email = "carlthome@gmail.com" }] -description = "Scrape online audio with a simple command-line interface." +description = "Scrape online audio with a simple command-line interface" readme = "README.md" requires-python = ">=3.8" keywords = ["audio", "music", "sound"]