pythonPackages.monty: Add a short description

This commit is contained in:
Assassinkin 2018-06-22 14:46:51 +01:00
parent 0fe77afcaf
commit e84a8bf83d

View File

@ -24,6 +24,7 @@ buildPythonPackage rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Serves as a complement to the Python standard library by providing a suite of tools to solve many common problems";
longDescription = " longDescription = "
Monty implements supplementary useful functions for Python that are not part of the Monty implements supplementary useful functions for Python that are not part of the
standard library. Examples include useful utilities like transparent support for zipped files, useful design standard library. Examples include useful utilities like transparent support for zipped files, useful design