about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
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" }