diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-01-09 10:23:54 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-01-09 10:23:54 +0000 |
commit | dd5d28d223a63ab31490db3ac42867c9fa6b0817 (patch) | |
tree | 43d60923c25930e6554843a9fd222cb162c89607 | |
parent | fc2fd05fab7a73c71be22d6e24a696ca455ea2a5 (diff) | |
download | cryptography-dd5d28d223a63ab31490db3ac42867c9fa6b0817.tar.gz cryptography-dd5d28d223a63ab31490db3ac42867c9fa6b0817.tar.bz2 cryptography-dd5d28d223a63ab31490db3ac42867c9fa6b0817.zip |
Add myself to __authors__
-rw-r--r-- | cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py index aa1878da..169e2ff5 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -26,7 +26,7 @@ __version__ = "0.2.dev1" __author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, " "Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, " - "Paul Kehrer, and individual contributors.") + "Paul Kehrer, Alex Stapleton, and individual contributors.") __email__ = "cryptography-dev@python.org" __license__ = "Apache License, Version 2.0" |