10000 Merge pull request #18 from kharakawa/fix-setup-py · mynerva/python-jsonpath-rw@0eb218e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0eb218e

Browse files
committed
Merge pull request kennknowles#18 from kharakawa/fix-setup-py
Fix setup.py so that it will include jsonpath_rw/bin subdirectory
2 parents cbbc480 + c51c551 commit 0eb218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/kennknowles/python-jsonpath-rw',
1414
license='Apache 2.0',
1515
long_description=io.open('README.rst', encoding='utf-8').read(),
16-
packages = ['jsonpath_rw'],
16+
packages = ['jsonpath_rw', 'jsonpath_rw.bin'],
1717
entry_points = {
1818
'console_scripts': ['jsonpath.py = jsonpath_rw.bin.jsonpath:entry_point'],
1919
},

0 commit comments

Comments
 (0)
0