Skip to content

Commit

Permalink
Update my email address
Browse files Browse the repository at this point in the history
  • Loading branch information
pwaller committed Aug 1, 2017
1 parent 2158178 commit 6dabdb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
All of the documentation and the majority of the work done was by
Christopher Jones (cjones@insub.org).
Packaged by Peter Waller <peter.waller@gmail.com>,
Packaged by Peter Waller <p@pwaller.net>,
various enhancements by Stefano Rivera <stefano@rivera.za.net>.

_|_| _| _| _|
Expand Down
4 changes: 2 additions & 2 deletions pyfiglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

from .version import __version__

__author__ = 'Peter Waller <peter.waller@gmail.com>'
__author__ = 'Peter Waller <p@pwaller.net>'
__copyright__ = """
Copyright (C) 2007 Christopher Jones <cjones@gruntle.org>
Tweaks (C) 2011 Peter Waller <peter.waller@gmail.com>
Tweaks (C) 2011 Peter Waller <p@pwaller.net>
(C) 2011 Stefano Rivera <stefano@rivera.za.net>
This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_version():
'Topic :: Text Processing :: Fonts',
],
author='Peter Waller (Thanks to Christopher Jones and Stefano Rivera)',
author_email='peter.waller@gmail.com',
author_email='p@pwaller.net',
url='https://github.com/pwaller/pyfiglet',
packages=['pyfiglet', 'pyfiglet.fonts'],
package_data={'pyfiglet.fonts': ['*.flf', '*.flc']},
Expand Down

0 comments on commit 6dabdb0

Please sign in to comment.