Skip to content

Commit d0dab07

Browse files
committed
fix(setup.py): add ext subpackage
1 parent 5d34810 commit d0dab07

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
@@ -14,7 +14,7 @@
1414
url='https://github.com/tomas-fp/python-jsonpath-ng',
1515
license='Apache 2.0',
1616
long_description=io.open('README.rst', encoding='utf-8').read(),
17-
packages=['jsonpath_ng', 'jsonpath_ng.bin'],
17+
packages=['jsonpath_ng', 'jsonpath_ng.bin', 'jsonpath_ng.ext'],
1818
entry_points={
1919
'console_scripts': [
2020
'jsonpath.py=jsonpath_ng.bin.jsonpath:entry_point'

0 commit comments

Comments
 (0)