From 1ea4092db122d82b20b661dcda0666178caa734b Mon Sep 17 00:00:00 2001
From: Mark Haines <mjark@negativecurvature.net>
Date: Thu, 27 Nov 2014 14:57:35 +0000
Subject: [PATCH] Cosmetic formatting fix

---
 setup.py | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/setup.py b/setup.py
index e38d9743..8ae07a25 100644
--- a/setup.py
+++ b/setup.py
@@ -236,7 +236,9 @@ setup(
 
     author=nacl.__author__,
     author_email=nacl.__email__,
-    setup_requires=[CFFI_DEPENDENCY],
+    setup_requires=[
+        CFFI_DEPENDENCY
+    ],
     install_requires=[
         CFFI_DEPENDENCY,
         "six",
@@ -256,14 +258,14 @@ setup(
 
     ext_package="nacl._lib",
 
-    distclass=Distribution,
-    zip_safe=False,
-    cmdclass= {
+    cmdclass={
         "build": CFFIBuild,
         "install": CFFIInstall,
         "build_clib": build_clib,
         "build_ext": build_ext,
     },
+    distclass=Distribution,
+    zip_safe=False,
 
     classifiers=[
         "Programming Language :: Python :: Implementation :: CPython",
@@ -275,5 +277,5 @@ setup(
         "Programming Language :: Python :: 3.2",
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
-    ],
+    ]
 )
-- 
GitLab