python3.pkgs.black: add meta.mainProgram

This commit is contained in:
zowoq
2023-08-05 13:08:04 +10:00
parent a7704231f4
commit f645dc112b
@@ -108,6 +108,7 @@ buildPythonPackage rec {
homepage = "https://github.com/psf/black";
changelog = "https://github.com/psf/black/blob/${version}/CHANGES.md";
license = licenses.mit;
mainProgram = "black";
maintainers = with maintainers; [ sveitser autophagy ];
};
}