Skip to content

Commit 7e24cc4

Browse files
authored
Merge pull request kennknowles#25 from rahendatri/patch-1
Patch 1
2 parents 2f63e0b + 03cf418 commit 7e24cc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ply
22
decorator
33
six
4+
setuptools>=18.5

setup.py

+1-1
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.py=jsonpath_ng.bin.jsonpath:entry_point'
21+
'jsonpath_ng.py=jsonpath_ng.bin.jsonpath:entry_point'
2222
],
2323
},
2424
test_suite='tests',

0 commit comments

Comments
 (0)