Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pythonPackages.monty: Add a short description

+1
+1
pkgs/development/python-modules/monty/default.nix
··· 24 24 ''; 25 25 26 26 meta = with stdenv.lib; { 27 + description = "Serves as a complement to the Python standard library by providing a suite of tools to solve many common problems"; 27 28 longDescription = " 28 29 Monty implements supplementary useful functions for Python that are not part of the 29 30 standard library. Examples include useful utilities like transparent support for zipped files, useful design