Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
c62e91f3eca01c7e06974994fc16bce06fbffabf
/
.
/
setup.py
blob: f1c1c68e04ec7f16d1530dc9ab41c4de506482fc [
file
] [
log
] [
blame
]
from
setuptools
import
setup
setup
(
name
=
"cryptography"
,
license
=
"Apache Software License Verison 2.0"
,
install_requires
=[
"cffi>=0.6"
],
)