aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-03 10:13:20 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-03 10:13:20 -0600
commit0421ff0201dae6380bddae53c247801789a235a9 (patch)
treead6b66a83d851f00d77d4e31eebd7475ab479b04
parentadbea0d9456dd9261ef59c3c0f2e3466a3937686 (diff)
downloadcryptography-0421ff0201dae6380bddae53c247801789a235a9.tar.gz
cryptography-0421ff0201dae6380bddae53c247801789a235a9.tar.bz2
cryptography-0421ff0201dae6380bddae53c247801789a235a9.zip
add to author list
-rw-r--r--cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 46212bff..54a9dbe6 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -26,7 +26,7 @@ __version__ = "0.1.dev1"
__author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, "
"Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, "
- "and individual contributors.")
+ "Paul Kehrer, and individual contributors.")
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"