Skip to content

Commit 709e037

Browse files
committed
Formatting.
1 parent 14cbfe2 commit 709e037

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@
3333
license="MIT",
3434
long_description=long_description,
3535
url="http://github.com/Julian/jsonschema",
36-
entry_points = {
37-
'console_scripts': ['jsonschema = jsonschema.cli:main']
38-
}
36+
entry_points={"console_scripts": ["jsonschema = jsonschema.cli:main"]},
3937
)

0 commit comments

Comments
 (0)