8000
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.
2 parents cbbc480 + c51c551 commit 0eb218eCopy full SHA for 0eb218e
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