commit | 226b29568cecbe5f8214f608c0b9f901b18586ed | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Aug 07 09:57:19 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Aug 07 09:57:19 2013 -0700 |
tree | 47e0f9539e87e932f3f45bef6d714ea65d92cd95 | |
parent | c113c3b661c161ae7c3fef54f9abca8ce8428c18 [diff] [blame] |
Fixed a typo in the setup.py
diff --git a/setup.py b/setup.py index ddb0a8d..c3b754f 100644 --- a/setup.py +++ b/setup.py
@@ -16,6 +16,6 @@ setup( name="cryptography", - license="Apache License, Verison 2.0", + license="Apache License, Version 2.0", install_requires=["cffi>=0.6"], )