1 2 3 4 5 6 7 8
from setuptools import setup setup( name="cryptography", license="Apache Software License Verison 2.0", install_requires=["cffi>=0.6"], )