aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-10 13:48:05 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-10 13:48:05 +0100
commitfa40cf6854a0ed66225aa0e804fa32123c747c94 (patch)
treef694bb4ad923466dd1aa70928cfcc1df414035f9 /pyproject.toml
parentbugfix: global variable conf has been replaced by application (diff)
downloadnewspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.tar.gz
newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.tar.bz2
newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.zip
Updated Python dependencies.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3047e33f..aa971819 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "newspipe"
version = "9.0.0"
-description = "Newspipe is a web-based news aggregator and reader."
+description = "Newspipe is a web news aggregator."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "AGPL-3.0-or-later"
bgstack15