Commit 01cde27a authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

mypy: set mainProgram

parent ac7f4710
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ buildPythonPackage rec {
    description = "Optional static typing for Python";
    homepage = "https://www.mypy-lang.org";
    license = licenses.mit;
    mainProgram = "mypy";
    maintainers = with maintainers; [ martingms lnl7 ];
  };
}