Skip to content

Commit 3a3e3b7

Browse files
committed
chore: update author information
1 parent aead1e4 commit 3a3e3b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 zhangxianbing
3+
Copyright (c) 2020 sean2077
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

jsonpath/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"""
2-
Author : zhangxianbing
2+
Author : sean2077
33
Date : 2020-12-27 09:22:14
4-
LastEditors : zhangxianbing
4+
LastEditors : sean2077
55
LastEditTime : 2022-03-14 10:33:55
66
Description : JSONPath
77
"""
88
__version__ = "1.0.6"
9-
__author__ = "zhangxianbing"
9+
__author__ = "sean2077"
1010

1111
import json
1212
import logging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",

0 commit comments

Comments
 (0)