diff --git a/setup.py b/setup.py index 420e8b2..4f09dbe 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ url='https://github.com/kennknowles/python-jsonpath-rw', license='Apache 2.0', long_description=io.open('README.rst', encoding='utf-8').read(), - packages = ['jsonpath_rw'], + packages = ['jsonpath_rw', 'jsonpath_rw.bin'], entry_points = { 'console_scripts': ['jsonpath.py = jsonpath_rw.bin.jsonpath:entry_point'], },