pythonPackages.monty: Add a short description
This commit is contained in:
parent
0fe77afcaf
commit
e84a8bf83d
@ -24,6 +24,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
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 = "
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user