Merge pull request #312033 from LordGrimmauld/yapf-meta

yapf: add meta.mainProgram
This commit is contained in:
Emily Trau 2024-05-16 14:26:52 +10:00 committed by GitHub
commit 6a61a26620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ buildPythonPackage rec {
takes away some of the drudgery of maintaining your code.
'';
license = lib.licenses.asl20;
mainProgram = "yapf";
maintainers = with lib.maintainers; [ AndersonTorres siddharthist ];
};
}