python310Packages.apispec: add meta.changelog

This commit is contained in:
Robert Schütz
2023-01-21 17:22:25 -08:00
parent 3db3e83674
commit bdfb499f40
@@ -39,6 +39,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/marshmallow-code/apispec/blob/${version}/CHANGELOG.rst";
description = "A pluggable API specification generator with support for the OpenAPI Specification";
homepage = "https://github.com/marshmallow-code/apispec";
license = licenses.mit;