diff options
author | Christian Heimes <christian@python.org> | 2013-08-11 15:35:40 +0200 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2013-08-11 15:35:40 +0200 |
commit | 913bcb79c581992d99bd33c629631f78364b0cfe (patch) | |
tree | a1720f7dd42289649e2b31939b853da123e08ccc | |
parent | ff1e64fd4ad32227f34e6ff2210c56e1a3db0d7d (diff) | |
download | cryptography-913bcb79c581992d99bd33c629631f78364b0cfe.tar.gz cryptography-913bcb79c581992d99bd33c629631f78364b0cfe.tar.bz2 cryptography-913bcb79c581992d99bd33c629631f78364b0cfe.zip |
super nit-pick
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ setup( "primitives and recipes to Python developers.", license="Apache License, Version 2.0", url="https://github.com/alex/cryptography", - zip_safe=False, # for cffi + # for cffi + zip_safe=False, setup_requires=["cffi>=0.6"], classifiers=[ "Development Status :: 2 - Pre-Alpha", |