We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d34810 commit d0dab07Copy full SHA for d0dab07
setup.py
@@ -14,7 +14,7 @@
14
url='https://github.com/tomas-fp/python-jsonpath-ng',
15
license='Apache 2.0',
16
long_description=io.open('README.rst', encoding='utf-8').read(),
17
- packages=['jsonpath_ng', 'jsonpath_ng.bin'],
+ packages=['jsonpath_ng', 'jsonpath_ng.bin', 'jsonpath_ng.ext'],
18
entry_points={
19
'console_scripts': [
20
'jsonpath.py=jsonpath_ng.bin.jsonpath:entry_point'
0 commit comments