mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 a new issue