From 913bcb79c581992d99bd33c629631f78364b0cfe Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 11 Aug 2013 15:35:40 +0200 Subject: super nit-pick --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fc10b4c..30b795b5 100644 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.3