From 747beee6bb5af2f280ef15b1ec6f96c806cd3b19 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 9 Jan 2014 09:19:47 -0800 Subject: Simplify the authors section --- cryptography/__about__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cryptography/__about__.py b/cryptography/__about__.py index 169e2ff5..ee1d8a05 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -24,9 +24,7 @@ __uri__ = "https://github.com/pyca/cryptography" __version__ = "0.2.dev1" -__author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, " - "Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, " - "Paul Kehrer, Alex Stapleton, and individual contributors.") +__author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" __license__ = "Apache License, Version 2.0" -- cgit v1.2.3