Merge pull request #443 from alex/no-easy-install

easy_install is awful, don't use it
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 169e2ff..ee1d8a0 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -24,9 +24,7 @@
 
 __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"