Skip to content

Commit 5ba778b

Browse files
committed
fix: fix setup.py
1 parent c461680 commit 5ba778b

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
@@ -12,7 +12,7 @@
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/zhangxianbing/jsonpath-python",
15-
packages=find_packages("jsonpath*"),
15+
packages=find_packages(include=["jsonpath*"]),
1616
classifiers=[
1717
"Programming Language :: Python :: 3.6",
1818
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)