Merge pull request #248642 from Mic92/mypy

mypy: set mainProgram

Changed files
+1
pkgs
development
python-modules
+1
pkgs/development/python-modules/mypy/default.nix
···
description = "Optional static typing for Python";
homepage = "https://www.mypy-lang.org";
license = licenses.mit;
maintainers = with maintainers; [ martingms lnl7 ];
};
}
···
description = "Optional static typing for Python";
homepage = "https://www.mypy-lang.org";
license = licenses.mit;
+
mainProgram = "mypy";
maintainers = with maintainers; [ martingms lnl7 ];
};
}