diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-17 01:29:54 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-17 01:29:54 +0900 |
commit | 9ff89acf756b932cf380018445371dda688ee5ea (patch) | |
tree | 9950f2a803dfd0827f4eb1f7fccf9e7512303e7f /pyproject.toml | |
parent | 5187250ba942d3c5100982d071332f5b4b561119 (diff) | |
download | fead-9ff89acf756b932cf380018445371dda688ee5ea.tar.gz |
Nitpick
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
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" } |