From dd5d28d223a63ab31490db3ac42867c9fa6b0817 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Thu, 9 Jan 2014 10:23:54 +0000 Subject: Add myself to __authors__ --- cryptography/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3