From c1e74905303bc3f4d6d2ce191212b2c923e14694 Mon Sep 17 00:00:00 2001 From: nickjacobson Date: Sat, 18 Jun 2016 21:23:17 -0700 Subject: [PATCH] reverting indents Reverting indents because the change broke regression tests. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 053b4e88d..a1d1130c6 100755 --- a/setup.py +++ b/setup.py @@ -145,8 +145,8 @@ def pkgPath(root, path, rpath="/"): data_files=data_files, install_requires=install_requires, classifiers=[ - 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - ], + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + ], ** setup_kwargs )