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.
1 parent c461680 commit 5ba778bCopy full SHA for 5ba778b
setup.py
@@ -12,7 +12,7 @@
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/zhangxianbing/jsonpath-python",
15
- packages=find_packages("jsonpath*"),
+ packages=find_packages(include=["jsonpath*"]),
16
classifiers=[
17
"Programming Language :: Python :: 3.6",
18
"License :: OSI Approved :: MIT License",
0 commit comments