python310Packages.pytest-cases: add changelog to meta
This commit is contained in:
parent
5cc75dc281
commit
1e4766bd02
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Separate test code from test cases in pytest";
|
description = "Separate test code from test cases in pytest";
|
||||||
homepage = "https://github.com/smarie/python-pytest-cases";
|
homepage = "https://github.com/smarie/python-pytest-cases";
|
||||||
|
changelog = "https://github.com/smarie/python-pytest-cases/releases/tag/${version}";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue