cryptography/setup.py

9 lines
152 B
Python
Raw Normal View History

from setuptools import setup
setup(
name="cryptography",
license="Apache Software License Verison 2.0",
install_requires=["cffi>=0.6"],
)