diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-09 09:19:47 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-09 09:19:47 -0800 |
commit | 747beee6bb5af2f280ef15b1ec6f96c806cd3b19 (patch) | |
tree | 748c0907a3a0627daeac7f432db080f99bfb85f7 | |
parent | 2b585012db2c80e48d32ecf7cf456cd7e6aa991e (diff) | |
download | cryptography-747beee6bb5af2f280ef15b1ec6f96c806cd3b19.tar.gz cryptography-747beee6bb5af2f280ef15b1ec6f96c806cd3b19.tar.bz2 cryptography-747beee6bb5af2f280ef15b1ec6f96c806cd3b19.zip |
Simplify the authors section
-rw-r--r-- | cryptography/__about__.py | 4 |
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" |