Skip to content

Commit 052b932

Browse files
authored
fix(setup): strip extension
1 parent 405cd60 commit 052b932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
packages=['jsonpath_ng', 'jsonpath_ng.bin', 'jsonpath_ng.ext'],
1919
entry_points={
2020
'console_scripts': [
21-
'jsonpath_ng.py=jsonpath_ng.bin.jsonpath:entry_point'
21+
'jsonpath_ng=jsonpath_ng.bin.jsonpath:entry_point'
2222
],
2323
},
2424
test_suite='tests',

0 commit comments

Comments
 (0)