Merge pull request #284328 from MatthewCash/add-autopep8-mainProgram

python3Packages.autopep8: add meta.mainProgram
This commit is contained in:
Weijia Wang
2024-01-29 21:58:13 +01:00
committed by GitHub
@@ -40,6 +40,7 @@ buildPythonPackage rec {
description = "A tool that automatically formats Python code to conform to the PEP 8 style guide";
homepage = "https://github.com/hhatto/autopep8";
license = licenses.mit;
mainProgram = "autopep8";
maintainers = with maintainers; [ bjornfor ];
};
}