diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 13:48:05 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 13:48:05 +0100 |
commit | fa40cf6854a0ed66225aa0e804fa32123c747c94 (patch) | |
tree | f694bb4ad923466dd1aa70928cfcc1df414035f9 /pyproject.toml | |
parent | bugfix: global variable conf has been replaced by application (diff) | |
download | newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.tar.gz newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.tar.bz2 newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.zip |
Updated Python dependencies.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |