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 3be2642 commit c51c551Copy full SHA for c51c551
setup.py
@@ -13,7 +13,7 @@
13
url='https://github.com/kennknowles/python-jsonpath-rw',
14
license='Apache 2.0',
15
long_description=io.open('README.rst', encoding='utf-8').read(),
16
- packages = ['jsonpath_rw'],
+ packages = ['jsonpath_rw', 'jsonpath_rw.bin'],
17
entry_points = {
18
'console_scripts': ['jsonpath.py = jsonpath_rw.bin.jsonpath:entry_point'],
19
},
0 commit comments