From e84a8bf83d64bc55d58ecbdbddc9a45156c0d752 Mon Sep 17 00:00:00 2001 From: Assassinkin Date: Fri, 22 Jun 2018 14:46:51 +0100 Subject: pythonPackages.monty: Add a short description --- pkgs/development/python-modules/monty/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/python-modules/monty/default.nix') diff --git a/pkgs/development/python-modules/monty/default.nix b/pkgs/development/python-modules/monty/default.nix index f3a564397b5f..e53098f6f232 100644 --- a/pkgs/development/python-modules/monty/default.nix +++ b/pkgs/development/python-modules/monty/default.nix @@ -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 -- cgit 1.4.1