python310Packages.astroid: add meta.changelog

This commit is contained in:
Robert Schütz 2023-03-02 20:18:29 -08:00 committed by Martin Weinelt
parent d8933d6475
commit 441bb8a805

View file

@ -54,6 +54,7 @@ buildPythonPackage rec {
};
meta = with lib; {
changelog = "https://github.com/PyCQA/astroid/blob/${src.rev}/ChangeLog";
description = "An abstract syntax tree for Python with inference support";
homepage = "https://github.com/PyCQA/astroid";
license = licenses.lgpl21Plus;