Formatting.

This commit is contained in:
Julian Berman 2014-05-08 19:20:56 -04:00
parent 14cbfe29d6
commit 709e0377ec
1 changed files with 1 additions and 3 deletions

View File

@ -33,7 +33,5 @@ setup(
license="MIT",
long_description=long_description,
url="http://github.com/Julian/jsonschema",
entry_points = {
'console_scripts': ['jsonschema = jsonschema.cli:main']
}
entry_points={"console_scripts": ["jsonschema = jsonschema.cli:main"]},
)