Skip to content

Commit 6f7fc9b

Browse files
committed
Fix installation of commandline scripts (fixes #31)
1 parent 98e272e commit 6f7fc9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
py_modules=MODULES,
7676
package_data={'': ['requirements.txt']},
7777
scripts=['bin/jsondiff', 'bin/jsonpatch'],
78-
entry_points = {
79-
'console_scripts': [
80-
'jsondiff = jsondiff:main',
81-
'jsonpatch = jsonpatch:main',
82-
]},
8378
classifiers=CLASSIFIERS,
8479
**OPTIONS
8580
)

0 commit comments

Comments
 (0)