pythonPackages.monty: Add a short description

+1
+1
pkgs/development/python-modules/monty/default.nix
··· 24 ''; 25 26 meta = with stdenv.lib; { 27 longDescription = " 28 Monty implements supplementary useful functions for Python that are not part of the 29 standard library. Examples include useful utilities like transparent support for zipped files, useful design
··· 24 ''; 25 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"; 28 longDescription = " 29 Monty implements supplementary useful functions for Python that are not part of the 30 standard library. Examples include useful utilities like transparent support for zipped files, useful design