python3Packages.autopep8: add meta.mainProgram

This commit is contained in:
Matthew_Cash 2024-01-27 12:23:20 -08:00
parent ae5c332cbb
commit acc6248c52
No known key found for this signature in database
GPG key ID: 7449B33FA8E4C190

View file

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