diff options
author | Hynek Schlawack <hs@ox.cx> | 2014-01-09 04:38:42 -0800 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2014-01-09 04:38:42 -0800 |
commit | 2b585012db2c80e48d32ecf7cf456cd7e6aa991e (patch) | |
tree | 43d60923c25930e6554843a9fd222cb162c89607 | |
parent | fc2fd05fab7a73c71be22d6e24a696ca455ea2a5 (diff) | |
parent | dd5d28d223a63ab31490db3ac42867c9fa6b0817 (diff) | |
download | cryptography-2b585012db2c80e48d32ecf7cf456cd7e6aa991e.tar.gz cryptography-2b585012db2c80e48d32ecf7cf456cd7e6aa991e.tar.bz2 cryptography-2b585012db2c80e48d32ecf7cf456cd7e6aa991e.zip |
Merge pull request #440 from public/vanity
Add Alex Stapleton 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" |