mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #312033 from LordGrimmauld/yapf-meta
yapf: add meta.mainProgram
This commit is contained in:
commit
6a61a26620
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user