Commit febbe99e authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.pdoc3: add meta.mainProgram

parent 8105df66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ buildPythonPackage rec {
    description = "Auto-generate API documentation for Python projects";
    homepage = "https://pdoc3.github.io/pdoc/";
    license = lib.licenses.agpl3Plus;
    mainProgram = "pdoc";
    maintainers = with lib.maintainers; [ catern ];
  };
}