yapf: add meta.mainProgram

This commit is contained in:
Grimmauld 2024-05-15 22:26:33 +02:00
parent 1863d9cfeb
commit 09860bfaf2
No known key found for this signature in database
GPG Key ID: C2946668769F91FB

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 ];
};
}