summary refs log tree commit diff
path: root/pkgs/development/python-modules/monty/default.nix
diff options
context:
space:
mode:
authorAssassinkin <iuns@outlook.fr>2018-06-22 14:46:51 +0100
committerAssassinkin <iuns@outlook.fr>2018-06-22 14:46:51 +0100
commite84a8bf83d64bc55d58ecbdbddc9a45156c0d752 (patch)
treeaaab919f7a2c749d2857727c04e8bfc6f45b7f1e /pkgs/development/python-modules/monty/default.nix
parent0fe77afcaf94d65c02edce3b6282ca401ffefcdf (diff)
downloadnixlib-e84a8bf83d64bc55d58ecbdbddc9a45156c0d752.tar
nixlib-e84a8bf83d64bc55d58ecbdbddc9a45156c0d752.tar.gz
nixlib-e84a8bf83d64bc55d58ecbdbddc9a45156c0d752.tar.bz2
nixlib-e84a8bf83d64bc55d58ecbdbddc9a45156c0d752.tar.lz
nixlib-e84a8bf83d64bc55d58ecbdbddc9a45156c0d752.tar.xz
nixlib-e84a8bf83d64bc55d58ecbdbddc9a45156c0d752.tar.zst
nixlib-e84a8bf83d64bc55d58ecbdbddc9a45156c0d752.zip
pythonPackages.monty: Add a short description
Diffstat (limited to 'pkgs/development/python-modules/monty/default.nix')
-rw-r--r--pkgs/development/python-modules/monty/default.nix1
1 files changed, 1 insertions, 0 deletions
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