From d66340fd15c780cf797643b22c3f1b9a9728c16d Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 2 Jul 2013 11:21:25 +0000 Subject: [PATCH] Update author contact info and package urls. --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 20f503a..fc07315 100644 --- a/setup.py +++ b/setup.py @@ -44,9 +44,8 @@ versioneer.tag_prefix = '' versioneer.parentdir_prefix = 'gnupg-' __author__ = "Isis Agora Lovecruft" -__contact__ = 'isis@leap.se' -__url__ = 'https://github.com/isislovecruft/python-gnupg \ -https://python-gnupg.readthedocs.org' +__contact__ = 'isis@patternsinthevoid.net' +__url__ = 'https://github.com/isislovecruft/python-gnupg' def get_current_dir(): """Current dir of this file, regardless of where we're called from."""