python310Packages.python-telegram-bot: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-11 11:57:25 +01:00
parent 96f4b5805a
commit a0389fe5c6
@@ -43,9 +43,11 @@ buildPythonPackage rec {
--replace "tornado==6.1" "tornado"
'';
setupPyGlobalFlags = [ "--with-upstream-urllib3" ];
setupPyGlobalFlags = [
"--with-upstream-urllib3"
];
# tests not included with release
# Tests not included with release
doCheck = false;
pythonImportsCheck = [
@@ -55,6 +57,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to interface with the Telegram Bot API";
homepage = "https://python-telegram-bot.org";
changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/v${version}/CHANGES.rst";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ veprbl pingiun ];
};