mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Add all required meta attrs for poetry
This commit is contained in:
parent
5057685f04
commit
ee539134fe
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ poetry2nix.mkPoetryApplication {
|
|||
doCheck = false;
|
||||
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue