Formatting.
This commit is contained in:
10
setup.py
10
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",
|
||||
|
Reference in New Issue
Block a user