diff options
-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"], ) |