aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-01-09 11:53:52 -0800
committerDavid Reid <dreid@dreid.org>2014-01-09 11:53:52 -0800
commite450f3f0629d57e51d995392732fa1634a1891e7 (patch)
tree693740e6345577e3fa998c407e5437c9c8706e6b
parent1f15f890a397e2b1c5d258a5c30d88e76667e42f (diff)
parent5a894269643d52a968178a87cf67d82c75bda5bb (diff)
downloadcryptography-e450f3f0629d57e51d995392732fa1634a1891e7.tar.gz
cryptography-e450f3f0629d57e51d995392732fa1634a1891e7.tar.bz2
cryptography-e450f3f0629d57e51d995392732fa1634a1891e7.zip
Merge pull request #441 from alex/authors
Simplify the authors section
-rw-r--r--cryptography/__about__.py4
1 files changed, 1 insertions, 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"