From dbb8e395cc91057225d1a6ddf336f2e514618d69 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 3 Jun 2013 11:31:21 +0000 Subject: [PATCH] Use the copyleft.authors objects in module documentation for gnupg. --- src/gnupg.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gnupg.py b/src/gnupg.py index 9fb6c3b..88ea97e 100644 --- a/src/gnupg.py +++ b/src/gnupg.py @@ -30,6 +30,9 @@ with GnuPG. Several speed improvements were also made based on code profiling, and the API has been cleaned up to support an easier, more Pythonic, interaction. +:authors: see ``gnupg.__authors__`` +:license: see ``gnupg.__license__`` +:info: see """