pytest: add license

This commit is contained in:
Benjamin Hipple 2018-10-09 21:23:37 -04:00
parent dd428b8f5f
commit b721a1b9a9

View File

@ -37,8 +37,10 @@ buildPythonPackage rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainers = with maintainers; [ domenkozar lovek323 madjar lsix ]; homepage = https://docs.pytest.org;
platforms = platforms.unix;
description = "Framework for writing tests"; description = "Framework for writing tests";
maintainers = with maintainers; [ domenkozar lovek323 madjar lsix ];
license = licenses.mit;
platforms = platforms.unix;
}; };
} }