From 226b29568cecbe5f8214f608c0b9f901b18586ed Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 7 Aug 2013 09:57:19 -0700 Subject: Fixed a typo in the setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ddb0a8d0..c3b754f3 100644 --- a/setup.py +++ b/setup.py @@ -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"], ) -- cgit v1.2.3