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 d05d60d commit 122fa54Copy full SHA for 122fa54
jsonpath/__init__.py
@@ -2,10 +2,10 @@
2
Author : zhangxianbing
3
Date : 2020-12-27 09:22:14
4
LastEditors : zhangxianbing
5
-LastEditTime : 2021-01-13 15:25:25
+LastEditTime : 2021-02-07 10:10:55
6
Description : JSONPath
7
"""
8
-__version__ = "1.0.2"
+__version__ = "1.0.3"
9
__author__ = "zhangxianbing"
10
11
import json
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(),
+ packages=find_packages("jsonpath*"),
16
classifiers=[
17
"Programming Language :: Python :: 3.6",
18
"License :: OSI Approved :: MIT License",
0 commit comments