diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-03 10:13:20 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-03 10:13:20 -0600 |
commit | 0421ff0201dae6380bddae53c247801789a235a9 (patch) | |
tree | ad6b66a83d851f00d77d4e31eebd7475ab479b04 | |
parent | adbea0d9456dd9261ef59c3c0f2e3466a3937686 (diff) | |
download | cryptography-0421ff0201dae6380bddae53c247801789a235a9.tar.gz cryptography-0421ff0201dae6380bddae53c247801789a235a9.tar.bz2 cryptography-0421ff0201dae6380bddae53c247801789a235a9.zip |
add to author list
-rw-r--r-- | cryptography/__about__.py | 2 |
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" |