From 9ff89acf756b932cf380018445371dda688ee5ea Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 17 Nov 2022 01:29:54 +0900 Subject: Nitpick --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index b9ccab0..2b03df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "fead" +description = "Advert generator from web feeds" readme = "README.md" requires-python = ">=3.6" license = { file = "COPYING" } @@ -18,6 +19,6 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ] -dynamic = [ "version", "description" ] +dynamic = [ "version" ] urls = { git = "https://git.sr.ht/~cnx/fead" } scripts = { fead = "fead:main" } -- cgit 1.4.1