Skip to content

Commit bca630b

Browse files
committed
fix script name also in setup.py
1 parent 924b1e7 commit bca630b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
scripts=[
2626
'bin/skinfer',
2727
'bin/schema_merger',
28-
'bin/schema_validator'
28+
'bin/json_validator'
2929
],
3030
include_package_data=True,
3131
install_requires=[

0 commit comments

Comments
 (0)