Update author contact info and package urls.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-07-02 11:21:25 +00:00
parent bc2acabe55
commit d66340fd15
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 2 additions and 3 deletions

View File

@ -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."""