python310Packages.webtest-aiohttp: add meta.changelog

This commit is contained in:
Robert Schütz 2023-01-21 16:50:06 -08:00
parent 5ebf4e73e2
commit d972df3b1a

View File

@ -46,6 +46,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/sloria/webtest-aiohttp/blob/${src.rev}/CHANGELOG.rst";
description = "Provides integration of WebTest with aiohttp.web applications";
homepage = "https://github.com/sloria/webtest-aiohttp";
license = licenses.mit;