File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 zhangxianbing
3+ Copyright (c) 2020 sean2077
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11"""
2- Author : zhangxianbing
2+ Author : sean2077
33Date : 2020-12-27 09:22:14
4- LastEditors : zhangxianbing
4+ LastEditors : sean2077
55LastEditTime : 2022-03-14 10:33:55
66Description : JSONPath
77"""
88__version__ = "1.0.6"
9- __author__ = "zhangxianbing "
9+ __author__ = "sean2077 "
1010
1111import json
1212import logging
Original file line number Diff line number Diff line change 1111 description = "A more powerful JSONPath implementation in modern python" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
14- url = "https://github.com/zhangxianbing /jsonpath-python" ,
14+ url = "https://github.com/sean2077 /jsonpath-python" ,
1515 packages = find_packages (include = ["jsonpath*" ]),
1616 classifiers = [
1717 "Development Status :: 3 - Alpha" ,
You can’t perform that action at this time.
0 commit comments