aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-03 00:11:52 -0430
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-03 00:11:52 -0430
commit930eed8bcbea6f6250998f0ee042babd62667a9f (patch)
treedc966d76497d830cc13dc074cee77ab7d3425953 /cryptography
parent547b78cdb6457aae913f9c90e1793bb0f13f2c4d (diff)
parent01ba7b7ff66457645470480b5910bc75cec04f96 (diff)
downloadcryptography-930eed8bcbea6f6250998f0ee042babd62667a9f.tar.gz
cryptography-930eed8bcbea6f6250998f0ee042babd62667a9f.tar.bz2
cryptography-930eed8bcbea6f6250998f0ee042babd62667a9f.zip
Merge pull request #718 from alex/phrase-better
Phrase our summary better
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/__about__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 21e56ac0..b175824f 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -18,8 +18,8 @@ __all__ = [
]
__title__ = "cryptography"
-__summary__ = ("cryptography is a package designed to expose cryptographic "
- "recipes and primitives to Python developers.")
+__summary__ = ("cryptography is a package which provides cryptographic recipes"
+ " and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "0.3.dev1"