diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-07 09:57:19 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-07 09:57:19 -0700 |
commit | 226b29568cecbe5f8214f608c0b9f901b18586ed (patch) | |
tree | 47e0f9539e87e932f3f45bef6d714ea65d92cd95 | |
parent | c113c3b661c161ae7c3fef54f9abca8ce8428c18 (diff) | |
download | cryptography-226b29568cecbe5f8214f608c0b9f901b18586ed.tar.gz cryptography-226b29568cecbe5f8214f608c0b9f901b18586ed.tar.bz2 cryptography-226b29568cecbe5f8214f608c0b9f901b18586ed.zip |
Fixed a typo in the setup.py
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,6 @@ from setuptools import setup setup( name="cryptography", - license="Apache License, Verison 2.0", + license="Apache License, Version 2.0", install_requires=["cffi>=0.6"], ) |