Unverified Commit acc6248c authored by Matthew_Cash's avatar Matthew_Cash
Browse files

python3Packages.autopep8: add meta.mainProgram

parent ae5c332c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}