Formatting.

This commit is contained in:
Julian Berman 2015-06-08 12:04:44 -04:00
parent 792f76a9fc
commit 3f459b73a2
1 changed files with 5 additions and 5 deletions

View File

@ -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",