mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -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;
|
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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue