From 3f459b73a2c27fcbf9356e7bd9ff5ac27fb5bac7 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 8 Jun 2015 12:04:44 -0400 Subject: [PATCH] Formatting. --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 08e2d94..b3fa948 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ import os -import sys from setuptools import setup @@ -22,10 +21,11 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] - -extras_require = {"format" : ["rfc3987", "strict-rfc3339", "webcolors"], - ":python_version=='2.6'": ["argparse", "repoze.lru"], - ":python_version=='2.7'": ["functools32"]} +extras_require = { + "format" : ["rfc3987", "strict-rfc3339", "webcolors"], + ":python_version=='2.6'": ["argparse", "repoze.lru"], + ":python_version=='2.7'": ["functools32"], +} setup( name="jsonschema",