Add all required meta attrs for poetry

This commit is contained in:
adisbladis 2020-01-01 14:29:47 +00:00
parent 5057685f04
commit ee539134fe
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -59,6 +59,10 @@ poetry2nix.mkPoetryApplication {
doCheck = false; doCheck = false;
meta = with lib; { meta = with lib; {
homepage = "https://python-poetry.org/";
description = "Python dependency management and packaging made easy";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ adisbladis ]; maintainers = with maintainers; [ adisbladis ];
}; };
} }