aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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"],
)