Skip to content

Commit 55e937c

Browse files
committed
Fix jsonpointer commandline utility (#14)
1 parent 69226a7 commit 55e937c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,5 @@
6464
url=WEBSITE,
6565
py_modules=MODULES,
6666
scripts=['bin/jsonpointer'],
67-
entry_points = {
68-
'console_scripts': [
69-
'jsonpointer = jsonpointer:main',
70-
]},
7167
classifiers=CLASSIFIERS,
7268
)

0 commit comments

Comments
 (0)